Fix Monit upstart dependency

svn path=/nixos/trunk/; revision=18964
This commit is contained in:
Michael Raskin 2009-12-15 13:32:10 +00:00
parent d6108919b1
commit b628ca221d

View File

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