mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 00:32:04 +08:00
1a0962a4e2
* single init dependency for comma service * lil more * speed up * lil cleanup * lil more
13 lines
260 B
Desktop File
13 lines
260 B
Desktop File
[Unit]
|
|
Description=comma init
|
|
DefaultDependencies=no
|
|
Before=local-fs.target sysinit.target network.target comma.service magic.service lte.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/comma/comma-init.sh
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|