| |
| |
| |
| |
| |
| |
| |
| |
| |
| [Unit] |
| Description=Create User's Volatile Files and Directories |
| Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) |
| DefaultDependencies=no |
| Conflicts=shutdown.target |
| Before=basic.target shutdown.target |
| RefuseManualStop=yes |
| |
| [Service] |
| Type=oneshot |
| RemainAfterExit=yes |
| ExecStart=@rootbindir@/systemd-tmpfiles --user --create --remove --boot |
| SuccessExitStatus=65 |
| |
| [Install] |
| WantedBy=basic.target |