]> git.proxmox.com Git - mirror_frr.git/blob - tools/etc/frr/daemons
Merge remote-tracking branch 'origin/master' into datacenter
[mirror_frr.git] / tools / etc / frr / daemons
1 # This file tells the frr package which daemons to start.
2 #
3 # Entries are in the format: <daemon>=(yes|no|priority)
4 # 0, "no" = disabled
5 # 1, "yes" = highest priority
6 # 2 .. 10 = lower priorities
7 # Read /usr/share/doc/frr/README.Debian for details.
8 #
9 # Sample configurations for these daemons can be found in
10 # /usr/share/doc/frr/examples/.
11 #
12 # ATTENTION:
13 #
14 # When activation a daemon at the first time, a config file, even if it is
15 # empty, has to be present *and* be owned by the user and group "frr", else
16 # the daemon will not be started by /etc/init.d/frr. The permissions should
17 # be u=rw,g=r,o=.
18 # When using "vtysh" such a config file is also needed. It should be owned by
19 # group "frrvty" and set to ug=rw,o= though. Check /etc/pam.d/frr, too.
20 #
21 # The watchfrr daemon is always started. Per default in monitoring-only but
22 # that can be changed via /etc/frr/daemons.conf.
23 #
24 zebra=no
25 bgpd=no
26 ospfd=no
27 ospf6d=no
28 ripd=no
29 ripngd=no
30 isisd=no
31 pimd=no
32 ldpd=no
33 nhrpd=no
34 eigrpd=no