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.
8 # Number of servers to start up; the default is 8 servers.
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".
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".
27 # Options to pass to rpc.svcgssd.
28 # See rpc.svcgssd(8) for more details.