57726f
# BIND named process options
57726f
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
57726f
#
57726f
# OPTIONS="whatever"     --  These additional options will be passed to named
57726f
#                            at startup. Don't add -t here, enable proper
57726f
#                            -chroot.service unit file.
57726f
#
57726f
# NAMEDCONF=/etc/named/alternate.conf
57726f
#                        --  Don't use -c to change configuration file.
57726f
#                            Extend systemd named.service instead or use this
57726f
#                            variable.
57726f
#
57726f
# DISABLE_ZONE_CHECKING  --  By default, service file calls named-checkzone
57726f
#                            utility for every zone to ensure all zones are
57726f
#                            valid before named starts. If you set this option
57726f
#                            to 'yes' then service file doesn't perform those
57726f
#                            checks.