Fix Monit startOn parameter

svn path=/nixos/trunk/; revision=24832
This commit is contained in:
Michael Raskin 2010-11-24 06:13:37 +00:00
parent c958902d44
commit 1b41b6d16d

View File

@ -20,7 +20,7 @@ in
description = "monit.conf content"; description = "monit.conf content";
}; };
startOn = mkOption { startOn = mkOption {
default = "network-interfaces/started"; default = "started network-interfaces";
description = "What Monit supposes to be already present"; description = "What Monit supposes to be already present";
}; };
}; };