You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
916 B
17 lines
916 B
6 years ago
|
# BIND named process options
|
||
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
#
|
||
|
# OPTIONS="whatever" -- These additional options will be passed to named
|
||
|
# at startup. Don't add -t here, enable proper
|
||
|
# -chroot.service unit file.
|
||
|
# Use of parameter -c is not supported here. Extend
|
||
|
# systemd named*.service instead. For more
|
||
|
# information please read the following KB article:
|
||
|
# https://access.redhat.com/articles/2986001
|
||
|
#
|
||
|
# DISABLE_ZONE_CHECKING -- By default, service file calls named-checkzone
|
||
|
# utility for every zone to ensure all zones are
|
||
|
# valid before named starts. If you set this option
|
||
|
# to 'yes' then service file doesn't perform those
|
||
|
# checks.
|