-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set KillMode on the systemd services
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
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ User=root | |
ExecStart=/usr/bin/setup-policy-routes %i start | ||
Restart=on-failure | ||
RestartSec=1 | ||
KillMode=process |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters