]> git.proxmox.com Git - mirror_frr.git/blob - tools/etc/frr/daemons
debian/tools: new init script
[mirror_frr.git] / tools / etc / frr / daemons
1 # This file tells the frr package which daemons to start.
2 #
3 # Sample configurations for these daemons can be found in
4 # /usr/share/doc/frr/examples/.
5 #
6 # ATTENTION:
7 #
8 # When activation a daemon at the first time, a config file, even if it is
9 # empty, has to be present *and* be owned by the user and group "frr", else
10 # the daemon will not be started by /etc/init.d/frr. The permissions should
11 # be u=rw,g=r,o=.
12 # When using "vtysh" such a config file is also needed. It should be owned by
13 # group "frrvty" and set to ug=rw,o= though. Check /etc/pam.d/frr, too.
14 #
15 # The watchfrr and zebra daemons are always started.
16 #
17 bgpd=no
18 ospfd=no
19 ospf6d=no
20 ripd=no
21 ripngd=no
22 isisd=no
23 pimd=no
24 ldpd=no
25 nhrpd=no
26 eigrpd=no
27 babeld=no
28 sharpd=no
29 pbrd=no
30 bfdd=no