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 New Issue
Block a user