From 97f30fb17bbfdbc0352dba68b4c14f8f863daf9f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 15 Feb 2010 20:34:01 +0000 Subject: [PATCH] * The Zabbix agent should start after the hostname is set. svn path=/nixos/trunk/; revision=20029 --- modules/services/monitoring/zabbix-agent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/monitoring/zabbix-agent.nix b/modules/services/monitoring/zabbix-agent.nix index 65bb2c3d4174..3de08ba37edc 100644 --- a/modules/services/monitoring/zabbix-agent.nix +++ b/modules/services/monitoring/zabbix-agent.nix @@ -69,7 +69,7 @@ in description = "Zabbix agent daemon"; - startOn = "started network-interfaces"; + startOn = "ip-up"; stopOn = "stopping network-interfaces"; preStart =