* Fix comment.

svn path=/nixos/trunk/; revision=33213
This commit is contained in:
Eelco Dolstra 2012-03-17 18:01:42 +00:00
parent 53847ef665
commit 07df536c42

View File

@ -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 ];