Blob Blame History Raw
# /etc/sysconfig/nsd
# Configuration for /etc/init.d/nsd

#NSD_EXTRA_OPTS=""

#extra verbosity
#ZONEC_VERBOSE=-v

# You might also need to change SElinux policies if you decide
# to deviate from the standard locations below.

# Main configuration file
#NSD_CONF="/etc/nsd/nsd.conf"

# Path to nsdc program
#NSDC_PROG="/usr/sbin/nsd-control"

# User to run NSD as
#NSD_USER="nsd"

# Path to nsd program
#NSD_PROG="/usr/sbin/nsd"

# Path to nsd-checkconf program
#NSD_CHECKCONF_PROG="/usr/sbin/nsd-checkconf"

# NSD pid file
#NSD_PIDFILE="/var/run/nsd/nsd.pid"

# NSD zone transfer daemon state file (should equal to the xfrdfile
# parameter set in nsd.conf)
#NSD_XFRDFILE="/var/lib/nsd/xfrd.state"