mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-12 02:12:05 +08:00
1a0962a4e2
* single init dependency for comma service * lil more * speed up * lil cleanup * lil more
14 lines
237 B
Desktop File
14 lines
237 B
Desktop File
[Unit]
|
|
Description=LTE
|
|
After=comma-init.service network.target
|
|
|
|
[Service]
|
|
Restart=no
|
|
KillSignal=SIGKILL
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/comma/lte/lte.sh start
|
|
ExecStop=/usr/comma/lte/lte.sh stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|