summaryrefslogtreecommitdiffstats
path: root/extra/bind/bind.confd
blob: 91644016059bedd64f004860715c98bbd6e7694c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Set various named options here.
#
OPTIONS=""

# Set this to the number of processors you have.
#
CPU="1"

# If you don't wish to run bind in a chroot, comment out the following line:
CHROOT="/chroot/dns"

# Default pid file location
PIDFILE="${CHROOT}/var/run/named/named.pid"

# Scheduling priority: 19 is the lowest and -20 is the highest.
#
NAMED_NICELEVEL="0"