summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/sysconfig/named
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/sysconfig/named')
-rw-r--r--urunlevel/runlevel/sysconfig/named65
1 files changed, 65 insertions, 0 deletions
diff --git a/urunlevel/runlevel/sysconfig/named b/urunlevel/runlevel/sysconfig/named
new file mode 100644
index 0000000..3ffb1cf
--- /dev/null
+++ b/urunlevel/runlevel/sysconfig/named
@@ -0,0 +1,65 @@
1## Path: Network/DNS/Name Server
2## Description: Names server settings
3
4## Type: yesno
5## Default: yes
6## ServiceRestart: lwresd,named
7#
8# Shall the DNS server 'named' or the LightWeight RESolver Daemon, lwresd run
9# in the chroot jail?
10#
11# Each time you start one of the daemons with the init script, /etc/named.conf,
12# /etc/named.conf.include, /etc/rndc.key, and all files listed in
13# NAMED_CONF_INCLUDE_FILES will be copied relative to /var/lib/named.
14#
15# The pid file will be in /var/lib/named/var/run/named/ and named named.pid
16# or lwresd.pid.
17#
18NAMED_RUN_CHROOTED="yes"
19
20## Type: string
21## Default: ""
22## ServiceRestart: lwresd,named
23#
24# Additional arguments when starting the name daemon with the init script
25# /etc/init.d/named or rcnamed.
26#
27# For example "-n 2" to use two CPUs if named is unable to determine the
28# number of available CPUs.
29#
30# See man 8 named for all available commandline options.
31#
32# "-t /var/lib/named/var" is added if NAMED_RUN_CHROOTED is set to yes.
33#
34# "-u named" is used in any case by the init script to run the named daemon as
35# user 'named' after completing privileged operations.
36#
37NAMED_ARGS=""
38## Type: string
39## Default: ""
40## ServiceReload: named
41#
42# All mentioned config files will be copied relativ to /var/lib/named/, when
43# 'named' is started in the chroot jail.
44#
45# /etc/named.conf and /etc/rndc.key are always copied. Also all files from
46# include statements in named.conf.
47#
48# Filenames can be relative to /etc/named.d/.
49#
50# Please take care of the order if one file needs a setting of another.
51#
52# Example: "/etc/named-dhcpd.key ldap.dump rndc-access.conf"
53#
54NAMED_CONF_INCLUDE_FILES="/etc/named.d/zones.conf"
55
56## Type: string
57## Default: "createNamedConfInclude"
58## ServiceReload: named
59#
60# Programms to be executed each time the DNS server 'named' is started or
61# reloaded.
62#
63# Filenames can be relative to /usr/share/bind/.
64#
65NAMED_INITIALIZE_SCRIPTS="createNamedConfInclude"