updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / nfs-utils-ipv6 / nfs-server.conf
blobcf75fb6f95ee37b8839ecf238fac602c248fba72
1 # Parameters to be passed to nfs-server init script.
4 # Options to pass to rpc.nfsd.
5 # See rpc.nfsd(8) for more details.
6 NFSD_OPTS=""
8 # Number of servers to start up; the default is 8 servers.
9 NFSD_COUNT=""
11 # Where to mount nfsd filesystem; the default is "/proc/fs/nfsd".
12 PROCNFSD_MOUNTPOINT=""
14 # Options used to mount nfsd filesystem; the default is "rw,nodev,noexec,nosuid".
15 PROCNFSD_MOUNTOPTS=""
17 # Options for rpc.mountd.
18 # If you have a port-based firewall, you might want to set up
19 # a fixed port here using the --port option.
20 # See rpc.mountd(8) for more details.
21 MOUNTD_OPTS="--no-nfs-version 1 --no-nfs-version 2"
23 # Do you want to start the svcgssd daemon? It is only required for Kerberos
24 # exports. Valid alternatives are "yes" and "no"; the default is "no".
25 NEED_SVCGSSD=""
27 # Options to pass to rpc.svcgssd.
28 # See rpc.svcgssd(8) for more details.
29 SVCGSSD_OPTS=""