mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-05 16:25:44 +08:00
Remove redundant comma service parameters (#425)
KillSignal is redundant and RestartKillSignal should be KillSignal
This commit is contained in:
@@ -7,8 +7,6 @@ User=comma
|
||||
Restart=always
|
||||
ExecStart=/bin/bash -c "/usr/bin/tmux new-session -s comma -d /usr/comma/comma.sh && sleep infinity"
|
||||
TimeoutStopSec=1
|
||||
KillSignal=SIGTERM
|
||||
RestartKillSignal=SIGKILL
|
||||
LimitRTPRIO=100
|
||||
LimitNICE=-10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user