mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 14:54:37 +08:00
23 lines
553 B
Plaintext
23 lines
553 B
Plaintext
# Parameters to be passed to nfs systemd services (nfs clients & server).
|
|
#
|
|
|
|
# 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=""
|
|
|