mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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} = {
|
||||
description = "BIRD Internet Routing Daemon (${descr})";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
reloadIfChanged = true;
|
||||
serviceConfig = {
|
||||
Type = "forking";
|
||||
Restart = "on-failure";
|
||||
|
Loading…
Reference in New Issue
Block a user