New upstream version 1.2.3
[quagga-debian.git] / redhat / quagga.sysconfig.in
1 #
2 # Default: Bind all daemon vtys to the loopback(s) only
3 #
4 BABELD_OPTS="-A 127.0.0.1"
5 BGPD_OPTS="-A 127.0.0.1"
6 ISISD_OPTS="-A ::1"
7 OSPF6D_OPTS="-A ::1"
8 OSPFD_OPTS="-A 127.0.0.1"
9 RIPD_OPTS="-A 127.0.0.1"
10 RIPNGD_OPTS="-A ::1"
11 ZEBRA_OPTS="-A 127.0.0.1"
12 PIMD_OPTS="-A 127.0.0.1"
13
14 # Default: The compiled in default user and group(s), useful to
15 # system startup to chmod config files.
16 QUAGGA_USER=@enable_user@
17 QUAGGA_GROUP=@enable_group@
18 VTY_GROUP=@enable_vty_group@
19
20 # Watchquagga configuration for LSB initscripts
21 #
22 # (Not needed with systemd: the service files are configured to automatically
23 # restart any daemon on failure. If zebra fails, all running daemons will be
24 # stopped; zebra will be started again; and then the previously running daemons
25 # will be started again.)
26 #
27 # Uncomment and edit this line to reflect the daemons you are actually using:
28 #WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"
29 #
30 # Timer values can be adjusting by editing this line:
31 WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"