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