From: r3g_5z Date: Sat, 10 Dec 2022 00:10:20 +0000 (-0500) Subject: Remove unnecessary KillMode=process X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=90fce918b2cea86c14cc3b126c5b2a3c04d9cd4e;p=akkoma Remove unnecessary KillMode=process It's unclear why this is the default as this is highly not recommended. KillMode=process ends up leaving leftover orphaned processes that escape resource management and process lifecycles, wasting resources on servers. Signed-off-by: r3g_5z --- diff --git a/installation/akkoma.service b/installation/akkoma.service index 2b2e3d568..f5865a91a 100644 --- a/installation/akkoma.service +++ b/installation/akkoma.service @@ -4,7 +4,6 @@ After=network.target postgresql.service [Service] ExecReload=/bin/kill $MAINPID -KillMode=process Restart=on-failure ; Uncomment this if you're on Arch Linux