Files
agnos-builder/userspace/root/usr/lib/systemd/system/comma.service
T
Adeeb Shihadeh 8b2391827d another boot time speedup pass (#598)
* magic speedup

* lil more

* put that back

* tmpfiles
2026-05-06 15:59:37 -07:00

22 lines
473 B
Desktop File

[Unit]
DefaultDependencies=no
Requires=comma-init.service
Wants=magic.service
After=comma-init.service
Before=basic.target shutdown.target
Conflicts=shutdown.target
[Service]
Type=oneshot
RemainAfterExit=true
User=comma
ExecStart=/usr/bin/tmux new-session -d -s comma /usr/comma/comma.sh
# TODO: send SIGTERM first, then kill after a timeout
ExecStop=/usr/bin/tmux kill-session -t comma
TimeoutStopSec=1
LimitRTPRIO=100
LimitNICE=-10
[Install]
WantedBy=multi-user.target