Fix Monit startOn parameter
svn path=/nixos/trunk/; revision=24832
This commit is contained in:
parent
c958902d44
commit
1b41b6d16d
|
@ -20,7 +20,7 @@ in
|
|||
description = "monit.conf content";
|
||||
};
|
||||
startOn = mkOption {
|
||||
default = "network-interfaces/started";
|
||||
default = "started network-interfaces";
|
||||
description = "What Monit supposes to be already present";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue