## Type: string
## Default: ""
## ServiceReload: named
# NOTE: "named" are now protected/resticted by directives
# in the "named.service" systemd unit files.
# Therefore the NAMED_CONF_INCLUDE_FILES variable has been made obsolete

## Type: string
## Default: ""
## ServiceReload: named
#
# Programms to be executed each time the DNS server 'named' is started or
# reloaded.
#
# Filenames can be relative to /usr/share/bind/.
#
NAMED_INITIALIZE_SCRIPTS=""

## Type: string
## Default: ""
## ServiceRestart: named
#
# Additional arguments when starting the name daemon
#
# For example "-n 2" to use two CPUs if named is unable to determine the
# number of available CPUs.
#
# See man 8 named for all available commandline options.
#
# "-u named" is used in any case by the init script to run the named daemon as
# user 'named' after completing privileged operations.
#
NAMED_ARGS=""

## Type: numeric
## Default: 512
## ServiceReload: named
#
# Keysize of rndc.key
#
RNDC_KEYSIZE=512
