Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
refs/heads/master
/
.
/
docker
/
supervisord.conf
blob: 00397f8b45180677423aef5f8bccf0bdd7e5529e [
file
] [
log
] [
blame
]
Jonathan Hart
e2a8979
2017-09-07 15:46:15 -0700
[
diff
] [
blame
]
1
[
supervisord
]
2
nodaemon
=
true
3
4
[
program
:
zebra
]
5
command
=
/usr/
sbin
/
zebra
-
d
-
u root
-
g root
-
f
/
etc
/
quagga
/
zebra
.
conf
6
[
program
:
bgpd
]
7
command
=
/usr/
sbin
/
bgpd
-
d
-
u root
-
g root
-
f
/
etc
/
quagga
/
bgpd
.
conf