diff options
Diffstat (limited to 'main/bind/bind.confd')
-rw-r--r-- | main/bind/bind.confd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/bind/bind.confd b/main/bind/bind.confd new file mode 100644 index 00000000..82d37635 --- /dev/null +++ b/main/bind/bind.confd @@ -0,0 +1,14 @@ +# Set various named options here. +OPTS="" + +# Set this to the number of processors you have. +CPU="1" + +# User which named should run as +USER="named" + +# Default pid file location +PIDFILE="/var/run/named/named.pid" + +# Scheduling priority: 19 is the lowest and -20 is the highest. +NICELEVEL="0" |