mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 19:23:50 +00:00
* 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";
|
||||
|
||||
startOn = "started network-interfaces";
|
||||
stopOn = "never";
|
||||
stopOn = "";
|
||||
|
||||
daemonType = "fork"; # needed during shutdown
|
||||
|
||||
|
@ -45,7 +45,7 @@ in
|
||||
|
||||
path = [ pkgs.nfsUtils pkgs.sysvtools pkgs.utillinux ];
|
||||
|
||||
stopOn = "never"; # needed during shutdown
|
||||
stopOn = ""; # needed during shutdown
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
@ -29,7 +29,7 @@ in
|
||||
|
||||
jobs.backdoor =
|
||||
{ startOn = "startup";
|
||||
stopOn = "never";
|
||||
stopOn = "";
|
||||
|
||||
script =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user