* Fix comment.
svn path=/nixos/trunk/; revision=33213
This commit is contained in:
parent
53847ef665
commit
07df536c42
@ -69,9 +69,9 @@ in
|
|||||||
{ description = "ONC RPC portmap";
|
{ description = "ONC RPC portmap";
|
||||||
|
|
||||||
startOn = "started network-interfaces";
|
startOn = "started network-interfaces";
|
||||||
stopOn = "";
|
stopOn = ""; # needed during shutdown
|
||||||
|
|
||||||
daemonType = "fork"; # needed during shutdown
|
daemonType = "fork";
|
||||||
|
|
||||||
path = [ portmap pkgs.netcat ];
|
path = [ portmap pkgs.netcat ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user