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