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