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