mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-27 20:31:40 +01:00
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
# 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"
|