| |
| |
| |
| |
| |
| |
| |
| |
|
|
| [Unit] |
| Description=Cleanup of Temporary Directories |
| Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) |
| DefaultDependencies=no |
| Conflicts=shutdown.target |
| After=local-fs.target time-sync.target |
| Before=shutdown.target |
|
|
| [Service] |
| Type=oneshot |
| ExecStart=@rootbindir@/systemd-tmpfiles --clean |
| SuccessExitStatus=65 |
| IOSchedulingClass=idle |