Blame SOURCES/named.sysconfig

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