mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
nagios service: network-interfaces.target -> network.target
This commit is contained in:
parent
b38c0c94ab
commit
1a60210561
|
@ -163,7 +163,7 @@ in
|
|||
description = "Nagios monitoring daemon";
|
||||
path = [ pkgs.nagios ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-interfaces.target" ];
|
||||
after = [ "network.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
User = "nagios";
|
||||
|
|
Loading…
Reference in a new issue