Remove unnecessary KillMode=process
ci/woodpecker/pr/woodpecker Pipeline is pending Details

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 <june@girlboss.ceo>
This commit is contained in:
r3g_5z 2022-12-09 19:10:20 -05:00
parent a1515f9a60
commit 90fce918b2
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

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