Files
agnos-builder/userspace/files/comma.service
T
Adeeb Shihadeh e99cea162f ensure comma service always run (#136)
* set time

* copy

* enable

* wait for weston

* cleanup

---------

Co-authored-by: Comma Device <device@comma.ai>
2023-05-09 18:49:36 -07:00

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