91895cfac2
- simplify chroot maintenance. Important files and directories are mounted into chroot (see /etc/sysconfig/named for more info, #504596) - fix doc/named.conf.default perms
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
# BIND named process options
|
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
# Currently, you can use the following options:
|
|
#
|
|
# ROOTDIR="/some/where" -- will run named in a chroot environment.
|
|
# you must set up the chroot environment
|
|
# (install the bind-chroot package) before
|
|
# doing this.
|
|
# NOTE:
|
|
# Those directories are automatically mounted to chroot if they are
|
|
# empty in the ROOTDIR directory. It will simplify maintenance of your
|
|
# chroot environment.
|
|
# - /var/named
|
|
# - /etc/pki/dnssec-keys
|
|
# - /etc/named
|
|
#
|
|
# Those files are mounted as well if target file doesn't exist in
|
|
# chroot.
|
|
# - /etc/named.conf
|
|
# - /etc/rndc.conf
|
|
# - /etc/rndc.key
|
|
# - /etc/named.rfc1912.zones
|
|
# - /etc/named.dnssec.keys
|
|
#
|
|
#
|
|
# OPTIONS="whatever" -- These additional options will be passed to named
|
|
# at startup. Don't add -t here, use ROOTDIR instead.
|
|
#
|
|
# KEYTAB_FILE="/dir/file" -- Specify named service keytab file (for GSS-TSIG)
|