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