[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:
parent
7abc32b829
commit
c34dcbec4c
@ -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