Files
agnos-builder/userspace/files/comma.service
T
Adeeb Shihadeh 2ffb16f7b8 weston init cleanup (#117)
* weston: remove display re-init

* test

* init both

* increase

* another try

* move that

* test service

* little more

* bump kernel

* fix that
2023-02-25 22:24:49 -08:00

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