Blame SOURCES/named.sysconfig

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