[thermalctld] Enlarge startretries value to avoid thermalctld not able to restart during regression test (#5633)

Increase startretires value from default of 10 to 50 to prevent supervisor from placing thermalctld in FATAL state during regression testing. Also ensures supervisord tries hard to get thermalctld running in production, as thermalctld is critical to prevent device from overheating.
This commit is contained in:
Junchao-Mellanox 2020-10-31 03:01:17 +08:00 committed by Abhishek Dosi
parent 40190298ca
commit 1070d024bc

View File

@ -125,6 +125,7 @@ autorestart=true
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=10
startretries=50
dependent_startup=true
dependent_startup_wait_for=start:exited
{% endif %}