From 2050e3af1a4937d20a7fe04e18490db1f08491f2 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 17 Jan 2025 13:55:34 -0800 Subject: [PATCH] Remove redundant comma service parameters (#425) KillSignal is redundant and RestartKillSignal should be KillSignal --- userspace/files/comma.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/userspace/files/comma.service b/userspace/files/comma.service index f46b8de..c8d712e 100644 --- a/userspace/files/comma.service +++ b/userspace/files/comma.service @@ -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