diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:39:46 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:39:46 +0000 |
commit | 24f58da39ddf4f815b50967a7fc14a3f3be52826 (patch) | |
tree | d14033338828a8a03b3562472148a3387b50215b /named.sysconfig | |
parent | 9820d3163ebcf0cc644d5332a6b1f8eb755f279b (diff) |
automatic import of bindopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'named.sysconfig')
-rw-r--r-- | named.sysconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/named.sysconfig b/named.sysconfig new file mode 100644 index 0000000..5f6f817 --- /dev/null +++ b/named.sysconfig @@ -0,0 +1,17 @@ +# 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. +# +# NAMEDCONF=/etc/named/alternate.conf +# -- Don't use -c to change configuration file. +# Extend systemd named.service instead or use this +# variable. +# +# 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. |