]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs.sysconfig
- cosmetics
[packages/nfs-utils.git] / nfs.sysconfig
CommitLineData
042f4ecc
JR
1# Set nice level for rpc.mountd and rpc.nfsd
2SERVICE_RUN_NICE_LEVEL="+0"
3
4# Number of NFSD servers to start
5RPCNFSDCOUNT=8
6
7# NFS versions to use (default all-yes)
8NFSv2="yes"
9NFSv3="yes"
10NFSv4="yes"
11
12# Port mount should listen on (default is portmap assigned)
13#MOUNTD_PORT=
14
15# Options for NFS rpc.mountd
16#RPCMOUNTOPTIONS=""
17
18# Uncomment if you want to use secure NFSv4 exports
19#SECURE_NFS="yes"
20
21# List of kernel modules to use for secure NFS
22#SECURE_NFS_MODS="des rpcsec_gss_krb5"
23
24# Options for NFSv4 server-side rpcsec_gss daemon
25#RPCSVCGSSOPTIONS=
26
27# Options for NFSv4 ID <-> Name Mapper (idmapd)
28#RPCIDMAPOPTIONS=
This page took 0.081539 seconds and 4 git commands to generate.