Skip to content

Commit

Permalink
Set KillMode on the systemd services
Browse files Browse the repository at this point in the history
The systemd default of of `control-group` for this value is more
aggressive than we want.
  • Loading branch information
Noah Meyerhans committed Mar 6, 2024
1 parent 0bf45ed commit ae87cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions systemd/system/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ User=root
ExecStart=/usr/bin/setup-policy-routes %i start
Restart=on-failure
RestartSec=1
KillMode=process
1 change: 1 addition & 0 deletions systemd/system/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ NoNewPrivileges=yes
User=root
ExecStart=/usr/bin/setup-policy-routes %i refresh
SuccessExitStatus=SIGTERM
KillMode=process

0 comments on commit ae87cfc

Please sign in to comment.