Skip to content

Instantly share code, notes, and snippets.

@jonvargas
Created July 20, 2015 22:08
Show Gist options
  • Save jonvargas/9769e5f7b5ea6e04f32b to your computer and use it in GitHub Desktop.
Save jonvargas/9769e5f7b5ea6e04f32b to your computer and use it in GitHub Desktop.
#
# This script should be loaded only from the "start" case in /etc/init.d/nfsserver, since
# Systemd intercepts the main init script execution and forgets about previously loaded
# settings.
#
# For more information about what these settings mean, read /etc/sysconfig/nfs.ha.bu
#
echo "Loading Local NFS Server settings"
NFS4_SUPPORT=yes
NFSV4LEASETIME=10
USE_KERNEL_NFSD_NUMBER="16"
NFS_SECURITY_GSS="no"
NFS3_SERVER_SUPPORT="yes"
NFS4_SERVER_MINOR_VERSION="0"
NFSD_OPTIONS=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment