mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-08 11:04:51 +08:00
14 lines
231 B
Desktop File
14 lines
231 B
Desktop File
[Unit]
|
|
Description=LTE
|
|
After=gpio.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
|