mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
16 lines
301 B
Desktop File
16 lines
301 B
Desktop File
[Unit]
|
|
Description=Comma tmux
|
|
After=weston.service gpio.service
|
|
|
|
[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
|