Fixing the mountd nfs upstart script (about /etc/exports and its contents)
svn path=/nixos/trunk/; revision=21668
This commit is contained in:
parent
06bfb319fe
commit
f8ff75202e
@ -141,7 +141,7 @@ in
|
|||||||
startOn = "started nfs-kernel-nfsd and started portmap";
|
startOn = "started nfs-kernel-nfsd and started portmap";
|
||||||
stopOn = "stopping nfs-kernel-exports";
|
stopOn = "stopping nfs-kernel-exports";
|
||||||
|
|
||||||
exec = "${pkgs.nfsUtils}/sbin/rpc.mountd -F -f ${cfg.server.exports}";
|
exec = "${pkgs.nfsUtils}/sbin/rpc.mountd -F -f /etc/exports";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user