Files
agnos-builder/userspace/root/etc/systemd/system/systemd-tmpfiles-setup.service
T
Adeeb Shihadeh 8b2391827d another boot time speedup pass (#598)
* magic speedup

* lil more

* put that back

* tmpfiles
2026-05-06 15:59:37 -07:00

14 lines
361 B
Desktop File

[Unit]
Description=tmpfiles setup handled by comma-init
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
DefaultDependencies=no
After=comma-init.service
Before=sysinit.target shutdown.target
Conflicts=shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
# Preserve ordering for units with After=systemd-tmpfiles-setup.service.
ExecStart=/bin/true