]> git.proxmox.com Git - mirror_frr.git/blob - tools/etc/frr/daemons.conf
debianpkg, redhat, tools: Fixup startup/build for new daemon
[mirror_frr.git] / tools / etc / frr / daemons.conf
1 #
2 # If this option is set the /etc/init.d/frr script automatically loads
3 # the config via "vtysh -b" when the servers are started.
4 # Check /etc/pam.d/frr if you intend to use "vtysh"!
5 #
6 vtysh_enable=yes
7 zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
8 bgpd_options=" --daemon -A 127.0.0.1"
9 ospfd_options=" --daemon -A 127.0.0.1"
10 ospf6d_options=" --daemon -A ::1"
11 ripd_options=" --daemon -A 127.0.0.1"
12 ripngd_options=" --daemon -A ::1"
13 isisd_options=" --daemon -A 127.0.0.1"
14 pimd_options=" --daemon -A 127.0.0.1"
15 ldpd_options=" --daemon -A 127.0.0.1"
16 nhrpd_options=" --daemon -A 127.0.0.1"
17 eigrpd_options=" --daemon -A 127.0.0.1"
18 babeld_options=" --daemon -A 127.0.0.1"
19 sharpd_options=" --daemon -A 127.0.0.1"
20 pbrd_options=" --daemon -A 127.0.0.1"
21 staticd_options=" --daemon -A 127.0.0.1"
22
23 # The list of daemons to watch is automatically generated by the init script.
24 watchfrr_enable=yes
25 watchfrr_options=(-d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB)
26
27 # If valgrind_enable is 'yes' the frr daemons will be started via valgrind.
28 # The use case for doing so is tracking down memory leaks, etc in frr.
29 valgrind_enable=no
30 valgrind=/usr/bin/valgrind