]> git.pld-linux.org Git - packages/systemd.git/blame - pld-clean-tmp.service
- trim slash from $udev_root to support ancient udev.conf
[packages/systemd.git] / pld-clean-tmp.service
CommitLineData
50b8f452
ER
1[Unit]
2Description=Clean /tmp on startup
3DefaultDependencies=no
4After=remount-rootfs.service
5
6[Service]
7ExecStart=/lib/systemd/pld-clean-tmp
8Type=oneshot
9TimeoutSec=0
10RemainAfterExit=yes
11StandardOutput=journal+console
12
13[Install]
14WantedBy=basic.target
This page took 0.721877 seconds and 4 git commands to generate.