mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
e99cea162f
* set time * copy * enable * wait for weston * cleanup --------- Co-authored-by: Comma Device <device@comma.ai>
14 lines
244 B
Desktop File
14 lines
244 B
Desktop File
[Unit]
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=comma
|
|
Restart=always
|
|
ExecStart=/bin/bash -c "/usr/bin/tmux new-session -s comma -d /usr/comma/comma.sh && sleep infinity"
|
|
KillSignal=SIGKILL
|
|
LimitRTPRIO=100
|
|
LimitNICE=-10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|