[pmon]: Fix the continous syseepromd autorestart issue on 201911 (#4478)

- Remove syseepromd from the critical process of pmon docker
- Fix supervisor autorestart configuration of syseepromd
This commit is contained in:
Sujin Kang 2020-04-30 15:51:34 -07:00 committed by Abhishek Dosi
parent 109a13cc03
commit 9cbc07996e
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,3 @@
ledd ledd
xcvrd xcvrd
psud psud
syseepromd

View File

@ -86,10 +86,10 @@ startsecs=0
command=/usr/bin/syseepromd command=/usr/bin/syseepromd
priority=8 priority=8
autostart=false autostart=false
autorestart=true autorestart=unexpected
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
startsecs=0 startsecs=10
{% endif %} {% endif %}
{% if not skip_thermalctld %} {% if not skip_thermalctld %}
@ -97,8 +97,8 @@ startsecs=0
command=/usr/bin/thermalctld command=/usr/bin/thermalctld
priority=9 priority=9
autostart=false autostart=false
autorestart=true autorestart=unexpected
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
startsecs=0 startsecs=10
{% endif %} {% endif %}