Blame SOURCES/named.sysconfig

7a4f84
# BIND named process options
7a4f84
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
7a4f84
#
7a4f84
# OPTIONS="whatever"     --  These additional options will be passed to named
7a4f84
#                            at startup. Don't add -t here, enable proper
7a4f84
#                            -chroot.service unit file.
7a4f84
#                            Use of parameter -c is not supported here. Extend
7a4f84
#                            systemd named*.service instead. For more
7a4f84
#                            information please read the following KB article:
7a4f84
#                            https://access.redhat.com/articles/2986001
7a4f84
#
7a4f84
# DISABLE_ZONE_CHECKING  --  By default, service file calls named-checkzone
7a4f84
#                            utility for every zone to ensure all zones are
7a4f84
#                            valid before named starts. If you set this option
7a4f84
#                            to 'yes' then service file doesn't perform those
7a4f84
#                            checks.