mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-25 10:45:08 +00:00
[fancontrol] Restart process upon unexpected exit, not entire pmon container (#4101)
* fancontrol restart * Cleanup the default setting for exitcodes * Remove the unnecessary stopwaitsecs default settin
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
fancontrol
|
|
||||||
ledd
|
ledd
|
||||||
xcvrd
|
xcvrd
|
||||||
psud
|
psud
|
||||||
|
|||||||
@@ -39,9 +39,10 @@ startsecs=0
|
|||||||
command=/usr/sbin/fancontrol
|
command=/usr/sbin/fancontrol
|
||||||
priority=4
|
priority=4
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=false
|
autorestart=unexpected
|
||||||
stdout_logfile=syslog
|
stdout_logfile=syslog
|
||||||
stderr_logfile=syslog
|
stderr_logfile=syslog
|
||||||
|
startsecs=10
|
||||||
|
|
||||||
{% if not skip_ledd %}
|
{% if not skip_ledd %}
|
||||||
[program:ledd]
|
[program:ledd]
|
||||||
|
|||||||
Reference in New Issue
Block a user