nagios service: network-interfaces.target -> network.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:13:40 +02:00 committed by Alexander Ried
parent b38c0c94ab
commit 1a60210561

View File

@ -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";