summaryrefslogtreecommitdiffstats
path: root/named.sysconfig
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2015-06-29 12:13:59 +0200
committerTomas Hozza <thozza@redhat.com>2015-06-29 13:33:28 +0200
commit566e7ed5b9ba452f21bc0fa6512ac0e4d5f2d86e (patch)
tree0cae4285fdaeba45bc58e96ae413305504fa12fa /named.sysconfig
parent5196f25446a2dc1b324c621e3217e3f2cb20c2cc (diff)
downloadbind-566e7ed5b9ba452f21bc0fa6512ac0e4d5f2d86e.tar.gz
bind-566e7ed5b9ba452f21bc0fa6512ac0e4d5f2d86e.tar.xz
bind-566e7ed5b9ba452f21bc0fa6512ac0e4d5f2d86e.zip
Reintroduce the DISABLE_ZONE_CHECKING into /etc/sysconfig/named
Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'named.sysconfig')
-rw-r--r--named.sysconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/named.sysconfig b/named.sysconfig
index 9a6c556..2326043 100644
--- a/named.sysconfig
+++ b/named.sysconfig
@@ -3,4 +3,10 @@
#
# OPTIONS="whatever" -- These additional options will be passed to named
# at startup. Don't add -t here, enable proper
-# -chroot.service unit file.
+# -chroot.service unit file.
+#
+# 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.