X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-kernel-server.default;h=16c0532d76a90cb37e35621c4ede6b7707670218;hp=d6d237de959d22532467c132c39e3ea3a1baa74b;hb=5af2f5885d1152218ffa81995e6b25ee3dc8f71a;hpb=5206cbfa8934cb7331a840f3446d35cdbb795e34 diff --git a/debian/nfs-kernel-server.default b/debian/nfs-kernel-server.default index d6d237d..16c0532 100644 --- a/debian/nfs-kernel-server.default +++ b/debian/nfs-kernel-server.default @@ -1,9 +1,19 @@ # Number of servers to start up RPCNFSDCOUNT=8 -# Options for rpc.mountd -RPCMOUNTDOPTS= +# Runtime priority of server (see nice(1)) +RPCNFSDPRIORITY=0 -# If you are not running NFS with RPCSEC_GSS security, and wish to -# disable the gssd server daemon then uncomment the following line -# NEED_SVCGSSD=no +# Options for rpc.mountd. +# If you have a port-based firewall, you might want to set up +# a fixed port here using the --port option. For more information, +# see rpc.mountd(8) or http://wiki.debian.org/SecuringNFS +# To disable NFSv4 on the server, specify '--no-nfs-version 4' here +RPCMOUNTDOPTS=--manage-gids + +# Do you want to start the svcgssd daemon? It is only required for Kerberos +# exports. Valid alternatives are "yes" and "no"; the default is "no". +NEED_SVCGSSD= + +# Options for rpc.svcgssd. +RPCSVCGSSDOPTS=