summaryrefslogtreecommitdiffstats
path: root/extra/bind/bind.confd
diff options
context:
space:
mode:
authorCarlo Lanmdeter <clandmeter@gmail>2009-02-22 22:18:49 +0000
committerCarlo Lanmdeter <clandmeter@gmail>2009-02-22 22:18:49 +0000
commitc59bfb5f16a44fe9facdf9ae575e604c0f1953f6 (patch)
tree12f14c2b77c1a65bc1ae9c610a3cf9be85ca4c95 /extra/bind/bind.confd
parentc0881272b451d57c536f4046bd24ff66b7491b50 (diff)
extra/bind: new aport
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 00000000000..91644016059
--- /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"