nfs: the statd daemon should be started after nfs only if the nfs server is
enabled. OTH, I don't know why statd may depend at all on nfsd being started. svn path=/nixos/trunk/; revision=20402
This commit is contained in:
parent
1065e86642
commit
dfb89ec8c3
@ -151,7 +151,7 @@ in
|
|||||||
|
|
||||||
description = "Kernel NFS server - Network Status Monitor";
|
description = "Kernel NFS server - Network Status Monitor";
|
||||||
|
|
||||||
startOn = "started nfs-kernel-nfsd and started portmap";
|
startOn = "started ${if cfg.server.enable then "nfs-kernel-nfsd and " else ""} started portmap";
|
||||||
stopOn = "stopping nfs-kernel-exports";
|
stopOn = "stopping nfs-kernel-exports";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user