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";
|
description = "Nagios monitoring daemon";
|
||||||
path = [ pkgs.nagios ];
|
path = [ pkgs.nagios ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "nagios";
|
User = "nagios";
|
||||||
|
Loading…
Reference in New Issue
Block a user