Fixing the mountd nfs upstart script (about /etc/exports and its contents)

svn path=/nixos/trunk/; revision=21668
This commit is contained in:
Lluís Batlle i Rossell 2010-05-08 19:02:54 +00:00
parent 06bfb319fe
commit f8ff75202e

@ -141,7 +141,7 @@ in
startOn = "started nfs-kernel-nfsd and started portmap";
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";
};
}