[dockers]: Disable autorestart on all supervisor processes inside containers (#580)

This commit is contained in:
Joe LeVeque 2017-05-09 17:37:08 -07:00 committed by GitHub
parent 37fc569082
commit d5c13c0a83
17 changed files with 52 additions and 18 deletions

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,6 +7,7 @@ nodaemon=true
command=/usr/bin/redis-server /etc/redis/redis.conf command=/usr/bin/redis-server /etc/redis/redis.conf
priority=1 priority=1
autostart=true autostart=true
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/isc-dhcp-relay.sh command=/usr/bin/isc-dhcp-relay.sh
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/sbin/gobgpd -p -f /etc/gobgp/gobgpd.conf -r command=/usr/sbin/gobgpd -p -f /etc/gobgp/gobgpd.conf -r
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -29,6 +31,7 @@ stderr_logfile=syslog
command=fpmsyncd command=fpmsyncd
priority=5 priority=5
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=fpmsyncd command=fpmsyncd
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -27,6 +28,7 @@ stderr_logfile=syslog
command=/usr/sbin/lldpd -d -I Ethernet*,eth* command=/usr/sbin/lldpd -d -I Ethernet*,eth*
priority=100 priority=100
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -34,7 +36,7 @@ stderr_logfile=syslog
command=/opt/reconfigure.sh command=/opt/reconfigure.sh
priority=150 priority=150
autostart=false autostart=false
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -42,6 +44,7 @@ stderr_logfile=syslog
command=/usr/bin/env python2 -m lldp_syncd command=/usr/bin/env python2 -m lldp_syncd
priority=200 priority=200
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/orchagent.sh command=/usr/bin/orchagent.sh
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,7 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/lm-sensors.sh command=/usr/bin/lm-sensors.sh
priority=3 priority=3
autostart=false autostart=false
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/saiserver -p /etc/sai/profile.ini -f /etc/sai/portmap.ini command=/usr/bin/saiserver -p /etc/sai/profile.ini -f /etc/sai/portmap.ini
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/saiserver -p /etc/sai/profile.ini -f /etc/sai/portmap.ini command=/usr/bin/saiserver -p /etc/sai/profile.ini -f /etc/sai/portmap.ini
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/saiserver -p /etc/sai/profile.ini -f /etc/sai/portmap.ini command=/usr/bin/saiserver -p /etc/sai/profile.ini -f /etc/sai/portmap.ini
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/sbin/snmpd -f -LS4d -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf,ifTable,ifXTable,inetCidrRouteTable,ip -p /run/snmpd.pid command=/usr/sbin/snmpd -f -LS4d -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf,ifTable,ifXTable,inetCidrRouteTable,ip -p /run/snmpd.pid
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -29,6 +31,7 @@ stderr_logfile=syslog
command=/usr/bin/env python3.6 -m sonic_ax_impl command=/usr/bin/env python3.6 -m sonic_ax_impl
priority=4 priority=4
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/teamd.sh command=/usr/bin/teamd.sh
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/syncd.sh command=/usr/bin/syncd.sh
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/syncd.sh command=/usr/bin/syncd.sh
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/syncd.sh command=/usr/bin/syncd.sh
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog

View File

@ -7,7 +7,7 @@ nodaemon=true
command=/usr/bin/start.sh command=/usr/bin/start.sh
priority=1 priority=1
autostart=true autostart=true
autorestart=false ; One-shot autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -15,6 +15,7 @@ stderr_logfile=syslog
command=/usr/sbin/rsyslogd -n command=/usr/sbin/rsyslogd -n
priority=2 priority=2
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
@ -22,6 +23,7 @@ stderr_logfile=syslog
command=/usr/bin/syncd.sh command=/usr/bin/syncd.sh
priority=3 priority=3
autostart=false autostart=false
autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog