summaryrefslogtreecommitdiffstats
path: root/extra/bind/bind.confd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bind/bind.confd')
-rw-r--r--extra/bind/bind.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/bind/bind.confd b/extra/bind/bind.confd
new file mode 100644
index 00000000..91644016
--- /dev/null
+++ b/extra/bind/bind.confd
@@ -0,0 +1,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"