1234567891011121314151617181920 |
- [Unit]
- Description=Create Volatile Files and Directories
- Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
- DefaultDependencies=no
- Conflicts=shutdown.target
- After=local-fs.target systemd-sysusers.service
- Before=sysinit.target shutdown.target
- RefuseManualStop=yes
- [Service]
- Type=oneshot
- RemainAfterExit=yes
- ExecStart=/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
|