Skip to content

Commit

Permalink
[201811][fancontrol] Restart process upon unexpected exit (#4161)
Browse files Browse the repository at this point in the history
* Add restart configuration of fancontrol for pmon.

* Clean up the default value setting for exitcodes

* Remove the default setting of stopwaitsecs
  • Loading branch information
sujinmkang committed Mar 20, 2020
1 parent 1cc6141 commit d8c39c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/docker-platform-monitor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ startsecs=0
command=/usr/sbin/fancontrol
priority=4
autostart=false
autorestart=false
autorestart=unexpected
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=10

[program:ledd]
command=/usr/bin/ledd
Expand Down

0 comments on commit d8c39c3

Please sign in to comment.