Blame SOURCES/named.sysconfig

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