Merge pull request 'Remove unnecessary KillMode=process' (#359) from r3g_5z/akkoma...
authorfloatingghost <hannah@coffee-and-dreams.uk>
Sat, 10 Dec 2022 00:24:28 +0000 (00:24 +0000)
committerfloatingghost <hannah@coffee-and-dreams.uk>
Sat, 10 Dec 2022 00:24:28 +0000 (00:24 +0000)
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/359

installation/akkoma.service

index 2b2e3d5688446b4924d5989236bd04449019a80b..f5865a91a0918dee7e3e53f23beecf3cce5acd2f 100644 (file)
@@ -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