Remove unnecessary KillMode=process
[akkoma] / installation / akkoma.service
index caddf7c4bf550ad39e43261f5db04be23622e54c..f5865a91a0918dee7e3e53f23beecf3cce5acd2f 100644 (file)
@@ -4,9 +4,11 @@ After=network.target postgresql.service
 
 [Service]
 ExecReload=/bin/kill $MAINPID
-KillMode=process
 Restart=on-failure
 
+; Uncomment this if you're on Arch Linux
+; Evironment="PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"
+
 ; Name of the user that runs the Akkoma service.
 User=akkoma
 ; Declares that Akkoma runs in production mode.