2017-10-24 00:01:42 -05:00
|
|
|
[supervisord]
|
|
|
|
logfile_maxbytes=1MB
|
|
|
|
logfile_backups=2
|
|
|
|
nodaemon=true
|
|
|
|
|
|
|
|
[program:start.sh]
|
|
|
|
command=/usr/bin/start.sh
|
|
|
|
priority=1
|
|
|
|
autostart=true
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:rsyslogd]
|
|
|
|
command=/usr/sbin/rsyslogd -n
|
|
|
|
priority=2
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:redis-server]
|
|
|
|
command=/usr/bin/redis-server /etc/redis/redis.conf
|
|
|
|
priority=3
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:syncd]
|
|
|
|
command=/usr/bin/syncd -uN -p /usr/share/sonic/device/vswitch/brcm.profile.ini
|
|
|
|
priority=4
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:orchagent]
|
|
|
|
command=/usr/bin/orchagent.sh
|
|
|
|
priority=5
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:portsyncd]
|
|
|
|
command=/usr/bin/portsyncd -p /usr/share/sonic/device/x86_64-dell_s6000_s1220-r0/Force10-S6000/port_config.ini
|
|
|
|
priority=6
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:intfsyncd]
|
|
|
|
command=/usr/bin/intfsyncd
|
|
|
|
priority=7
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:neighsyncd]
|
|
|
|
command=/usr/bin/neighsyncd
|
|
|
|
priority=8
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2017-11-03 19:13:39 -05:00
|
|
|
|
|
|
|
[program:teamsyncd]
|
|
|
|
command=/usr/bin/teamsyncd
|
|
|
|
priority=9
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2017-11-13 16:38:07 -06:00
|
|
|
|
|
|
|
[program:zebra]
|
|
|
|
command=/usr/lib/quagga/zebra -A 127.0.0.1
|
|
|
|
priority=10
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:bgpd]
|
|
|
|
command=/usr/lib/quagga/bgpd -A 127.0.0.1 -F
|
|
|
|
priority=11
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:fpmsyncd]
|
|
|
|
command=/usr/bin/fpmsyncd
|
|
|
|
priority=12
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|