]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfs.sysconfig
- more bcond cleanup
[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 NFSv1="yes"
9 NFSv2="yes"
10 NFSv3="yes"
11 NFSv4="yes"
12
13 # Port mount should listen on (default is portmap assigned)
14 #MOUNTD_PORT=
15
16 # Options for NFS rpc.mountd
17 #RPCMOUNTOPTIONS=""
18
19 # Uncomment if you want to use secure NFSv4 exports
20 #SECURE_NFS="yes"
21
22 # List of kernel modules to use for secure NFS
23 #SECURE_NFS_MODS="des rpcsec_gss_krb5"
24
25 # Options for NFSv4 server-side rpcsec_gss daemon
26 #RPCSVCGSSOPTIONS=
27
28 # Options for NFSv4 ID <-> Name Mapper (idmapd)
29 #RPCIDMAPOPTIONS=
This page took 0.137992 seconds and 3 git commands to generate.