mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 16:52:05 +08:00
2ffb16f7b8
* weston: remove display re-init * test * init both * increase * another try * move that * test service * little more * bump kernel * fix that
15 lines
284 B
Desktop File
15 lines
284 B
Desktop File
[Unit]
|
|
After=weston-ready.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
|