bird: set reloadIfChanged to true (#45924)
This will trigger the reload instead of restart command if a definition changes, which is much more desireable for a routing daemon.
This commit is contained in:
parent
5357e6d26e
commit
953b77f07b
@ -44,6 +44,7 @@ let
|
|||||||
systemd.services.${variant} = {
|
systemd.services.${variant} = {
|
||||||
description = "BIRD Internet Routing Daemon (${descr})";
|
description = "BIRD Internet Routing Daemon (${descr})";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
reloadIfChanged = true;
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "forking";
|
Type = "forking";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user