2014-09-27 12:12:32 +08:00
|
|
|
# Parameters to be passed to nfs systemd services (nfs clients & server).
|
2013-01-05 02:44:25 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
# Options to pass to rpc.statd.
|
|
|
|
# See rpc.statd(8) for more details.
|
|
|
|
# N.B. statd normally runs on both client and server, and run-time
|
|
|
|
# options should be specified accordingly.
|
|
|
|
# STATD_OPTS="-p 32765 -o 32766"
|
|
|
|
STATD_OPTS=""
|
|
|
|
|
|
|
|
# Options to pass to sm-notify
|
|
|
|
# e.g. SMNOTIFY_OPTS="-p 32764"
|
|
|
|
SMNOTIFY_OPTS=""
|
|
|
|
|
|
|
|
# Options to pass to rpc.idmapd.
|
|
|
|
# See rpc.idmapd(8) for more details.
|
|
|
|
IDMAPD_OPTS=""
|
|
|
|
|
|
|
|
# Options to pass to rpc.gssd.
|
|
|
|
# See rpc.gssd(8) for more details.
|
|
|
|
GSSD_OPTS=""
|
2014-09-27 12:12:32 +08:00
|
|
|
|