10 lines
292 B
Text
10 lines
292 B
Text
# 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
|