]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfs.sysconfig
- up to 1.2.4
[packages/nfs-utils.git] / nfs.sysconfig
1 # Set nice level for rpc.mountd and rpc.nfsd
2 SERVICE_RUN_NICE_LEVEL="+0"
3
4 # Number of NFSD servers to start
5 RPCNFSDCOUNT=8
6
7 # NFS versions to use (default all-yes)
8 NFSv2="yes"
9 NFSv3="yes"
10 NFSv4="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.029805 seconds and 3 git commands to generate.