[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
|
||||
xcvrd
|
||||
psud
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user