* Don't use the non-existent "never" condition in stopOn.

svn path=/nixos/trunk/; revision=33212
This commit is contained in:
Eelco Dolstra 2012-03-17 18:00:20 +00:00
parent dd693fdc5e
commit 53847ef665
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ in
{ description = "ONC RPC portmap";
startOn = "started network-interfaces";
stopOn = "never";
stopOn = "";
daemonType = "fork"; # needed during shutdown

View file

@ -45,7 +45,7 @@ in
path = [ pkgs.nfsUtils pkgs.sysvtools pkgs.utillinux ];
stopOn = "never"; # needed during shutdown
stopOn = ""; # needed during shutdown
preStart =
''

View file

@ -29,7 +29,7 @@ in
jobs.backdoor =
{ startOn = "startup";
stopOn = "never";
stopOn = "";
script =
''