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