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