Still problems with nfs-kernel with only the client enabled.

Fix the upstart script 'start on' part.

svn path=/nixos/trunk/; revision=20555
This commit is contained in:
Lluís Batlle i Rossell 2010-03-11 12:56:40 +00:00
parent c4ae499f3d
commit 9f5d77f78d

View File

@ -151,7 +151,7 @@ in
description = "Kernel NFS server - Network Status Monitor";
startOn = "started ${if cfg.server.enable then "nfs-kernel-nfsd and " else ""} started portmap";
startOn = "${if cfg.server.enable then "started nfs-kernel-nfsd and " else ""} started portmap";
stopOn = "stopping nfs-kernel-exports";
preStart =