]> git.pld-linux.org Git - packages/systemd.git/blob - pld-clean-tmp.service
- add handler for $CLEAN_TMP
[packages/systemd.git] / pld-clean-tmp.service
1 [Unit]
2 Description=Clean /tmp on startup
3 DefaultDependencies=no
4 After=remount-rootfs.service
5
6 [Service]
7 ExecStart=/lib/systemd/pld-clean-tmp
8 Type=oneshot
9 TimeoutSec=0
10 RemainAfterExit=yes
11 StandardOutput=journal+console
12
13 [Install]
14 WantedBy=basic.target
This page took 0.062149 seconds and 4 git commands to generate.