[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:
parent
109a13cc03
commit
9cbc07996e
@ -1,4 +1,3 @@
|
||||
ledd
|
||||
xcvrd
|
||||
psud
|
||||
syseepromd
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user