* Don't use the non-existent "never" condition in stopOn.
svn path=/nixos/trunk/; revision=33212
This commit is contained in:
parent
dd693fdc5e
commit
53847ef665
@ -69,7 +69,7 @@ in
|
|||||||
{ description = "ONC RPC portmap";
|
{ description = "ONC RPC portmap";
|
||||||
|
|
||||||
startOn = "started network-interfaces";
|
startOn = "started network-interfaces";
|
||||||
stopOn = "never";
|
stopOn = "";
|
||||||
|
|
||||||
daemonType = "fork"; # needed during shutdown
|
daemonType = "fork"; # needed during shutdown
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ in
|
|||||||
|
|
||||||
path = [ pkgs.nfsUtils pkgs.sysvtools pkgs.utillinux ];
|
path = [ pkgs.nfsUtils pkgs.sysvtools pkgs.utillinux ];
|
||||||
|
|
||||||
stopOn = "never"; # needed during shutdown
|
stopOn = ""; # needed during shutdown
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
@ -29,7 +29,7 @@ in
|
|||||||
|
|
||||||
jobs.backdoor =
|
jobs.backdoor =
|
||||||
{ startOn = "startup";
|
{ startOn = "startup";
|
||||||
stopOn = "never";
|
stopOn = "";
|
||||||
|
|
||||||
script =
|
script =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user