2016-09-09 19:53:41 -05:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
|
|
|
|
[program:lldpd]
|
2016-10-25 20:52:13 -05:00
|
|
|
# https://github.com/vincentbernat/lldpd/commit/9856f2792c301116cc4a3fcfba91b9672ee5db1f
|
|
|
|
# - `-d` means to stay in foreground, log to syslog
|
|
|
|
# - `-dd` means to stay in foreground, log warnings to console
|
|
|
|
# - `-ddd` means to stay in foreground, log warnings and info to console
|
|
|
|
# - `-dddd` means to stay in foreground, log all to console
|
|
|
|
command=/usr/sbin/lldpd -d -I Ethernet*,eth*
|
|
|
|
priority=100
|
2016-09-09 19:53:41 -05:00
|
|
|
|
|
|
|
[program:lldpsyncd]
|
|
|
|
command=/usr/sbin/lldpsyncd
|
2016-10-25 20:52:13 -05:00
|
|
|
priority=200
|
2016-09-09 19:53:41 -05:00
|
|
|
|
|
|
|
[program:rsyslogd]
|
|
|
|
command=/usr/sbin/rsyslogd -n
|
2016-10-25 20:52:13 -05:00
|
|
|
priority=1
|