summaryrefslogtreecommitdiffstats
path: root/source/n/nfs-utils/nfs.default
blob: 94e574038be7c86914f07f6e2450218b8a7f6e2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# See also /etc/default/rpc

# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
# Turn off v2 and v3 protocol support:
#RPC_NFSD_OPTS="-N 2 -N 3"
# Turn off v4 protocol support:
#RPC_NFSD_OPTS="-N 4"
# Number of nfs server processes to be started.
# The default is 8.
#RPC_NFSD_COUNT=8