blob: 82d37635090d6fbc20f242701017d10d4c48db04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|