mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-12 18:32:06 +08:00
8b2391827d
* magic speedup * lil more * put that back * tmpfiles
14 lines
361 B
Desktop File
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
|