Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# BIND named process options
2
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
3
#
4
# OPTIONS="whatever"     --  These additional options will be passed to named
5
#                            at startup. Don't add -t here, enable proper
6
#                            -chroot.service unit file.
7
#
8
#OPTIONS="-4"
9
# NAMEDCONF=/etc/named/alternate.conf
10
#                        --  Don't use -c to change configuration file.
11
#                            Extend systemd named.service instead or use this
12
#                            variable.
13
#
14
# DISABLE_ZONE_CHECKING  --  By default, service file calls named-checkzone
15
#                            utility for every zone to ensure all zones are
16
#                            valid before named starts. If you set this option
17
#                            to 'yes' then service file doesn't perform those
18
#                            checks.