blob: 82d37635090d6fbc20f242701017d10d4c48db04 (
plain) (
tree)
|
|
# 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"
|