[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 GitHub
parent 46161ca0e0
commit cbc75fe4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

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

View File

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