Remove unnecessary KillMode=process #359

Merged
floatingghost merged 1 commit from :remove-unnecessary-killmode into develop 2022-12-10 00:24:28 +00:00
Showing only changes of commit 90fce918b2 - Show all commits

View 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