[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:
Sujin Kang 2020-03-19 17:24:22 -07:00 committed by Guohan Lu
parent 7abc32b829
commit c34dcbec4c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -39,9 +39,10 @@ startsecs=0
command=/usr/sbin/fancontrol
priority=4
autostart=false
autorestart=false
autorestart=unexpected
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=10
{% if not skip_ledd %}
[program:ledd]