# BIND named process options

# These additional options will be passed to named at startup.
OPTIONS="-c /etc/named/named.conf"

# By default, service file calls named-checkzone utility for every zone to
# ensure all zones are valid before named starts. If you set this option to
# 'yes' then service file won't perform those checks.
DISABLE_ZONE_CHECKING="no"

# By default, service file runs bind-update-root-hints automatically before
# named starts. If you set this option to 'yes' then service file won't run that
# script automatically.
DISABLE_UPDATING_ROOT_HINTS="no"
