| |
| |
| |
| |
| |
| |
| |
| |
| |
| [Unit] |
| Description=Cleanup of User's Temporary Files and Directories |
| Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) |
| DefaultDependencies=no |
| Conflicts=shutdown.target |
| Before=basic.target shutdown.target |
| |
| [Service] |
| Type=oneshot |
| ExecStart=@rootbindir@/systemd-tmpfiles --user --clean |
| SuccessExitStatus=65 |
| IOSchedulingClass=idle |