]> git.pld-linux.org Git - packages/systemd.git/blame - pld-clean-tmp.service
- R selinux >= 2.6 because of https://github.com/systemd/systemd/issues/3962
[packages/systemd.git] / pld-clean-tmp.service
CommitLineData
50b8f452
ER
1[Unit]
2Description=Clean /tmp on startup
3DefaultDependencies=no
8bf34eaa 4After=systemd-remount-fs.service
60a2a425 5Before=systemd-tmpfiles-setup.service
50b8f452
ER
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.031258 seconds and 4 git commands to generate.