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]
|
2018-11-21 00:32:40 -06:00
|
|
|
command=/usr/bin/syncd_start.sh
|
2017-10-24 00:01:42 -05:00
|
|
|
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]
|
2018-11-21 00:32:40 -06:00
|
|
|
command=/usr/bin/portsyncd -p /usr/share/sonic/hwsku/port_config.ini
|
2017-10-24 00:01:42 -05:00
|
|
|
priority=6
|
|
|
|
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
|
|
|
|
2017-11-30 16:59:25 -06:00
|
|
|
[program:vlanmgrd]
|
|
|
|
command=/usr/bin/vlanmgrd
|
|
|
|
priority=10
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:intfmgrd]
|
|
|
|
command=/usr/bin/intfmgrd
|
|
|
|
priority=11
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
2018-08-20 13:19:16 -05:00
|
|
|
[program:portmgrd]
|
|
|
|
command=/usr/bin/portmgrd
|
|
|
|
priority=12
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
2018-10-19 05:41:53 -05:00
|
|
|
[program:teammgrd]
|
|
|
|
command=/usr/bin/teammgrd
|
|
|
|
priority=12
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
2017-11-13 16:38:07 -06:00
|
|
|
[program:zebra]
|
2019-05-20 17:06:04 -05:00
|
|
|
command=/usr/lib/frr/zebra -A 127.0.0.1 -s 90000000 -M fpm
|
2018-08-20 13:19:16 -05:00
|
|
|
priority=13
|
2017-11-13 16:38:07 -06:00
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
|
|
|
[program:bgpd]
|
2019-05-08 01:40:40 -05:00
|
|
|
command=/usr/lib/frr/bgpd -A 127.0.0.1
|
2018-08-20 13:19:16 -05:00
|
|
|
priority=14
|
2017-11-13 16:38:07 -06:00
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
2019-05-20 17:06:04 -05:00
|
|
|
[program:staticd]
|
|
|
|
command=/usr/lib/frr/staticd -A 127.0.0.1
|
|
|
|
priority=14
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
|
|
|
|
2017-11-13 16:38:07 -06:00
|
|
|
[program:fpmsyncd]
|
|
|
|
command=/usr/bin/fpmsyncd
|
2018-08-20 13:19:16 -05:00
|
|
|
priority=15
|
2017-11-13 16:38:07 -06:00
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2017-11-30 16:59:25 -06:00
|
|
|
|
|
|
|
[program:arp_update]
|
2018-07-18 15:04:57 -05:00
|
|
|
command=/usr/bin/arp_update
|
2018-08-20 13:19:16 -05:00
|
|
|
priority=16
|
2017-11-30 16:59:25 -06:00
|
|
|
autostart=false
|
2018-07-18 15:04:57 -05:00
|
|
|
autorestart=unexpected
|
2017-11-30 16:59:25 -06:00
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2018-01-29 10:11:05 -06:00
|
|
|
|
|
|
|
[program:buffermgrd]
|
2018-11-21 00:32:40 -06:00
|
|
|
command=/usr/bin/buffermgrd -l /usr/share/sonic/hwsku/pg_profile_lookup.ini
|
2018-08-20 13:19:16 -05:00
|
|
|
priority=17
|
2018-01-29 10:11:05 -06:00
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2018-09-20 00:18:39 -05:00
|
|
|
|
|
|
|
[program:vrfmgrd]
|
|
|
|
command=/usr/bin/vrfmgrd
|
|
|
|
priority=18
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2018-11-09 19:06:09 -06:00
|
|
|
|
|
|
|
[program:restore_neighbors]
|
|
|
|
command=/usr/bin/restore_neighbors.py
|
|
|
|
priority=19
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
startsecs=0
|
|
|
|
startretries=0
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2018-11-28 23:58:59 -06:00
|
|
|
|
|
|
|
[program:nbrmgrd]
|
|
|
|
command=/usr/bin/nbrmgrd
|
|
|
|
priority=20
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|
2019-04-23 22:38:08 -05:00
|
|
|
|
|
|
|
[program:vxlanmgrd]
|
|
|
|
command=/usr/bin/vxlanmgrd
|
|
|
|
priority=21
|
|
|
|
autostart=false
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=syslog
|
|
|
|
stderr_logfile=syslog
|