Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dockers/docker-platform-monitor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ startsecs=0
command=/usr/sbin/fancontrol
priority=4
autostart=false
autorestart=false
autorestart=unexpected
stopwaitsecs=10
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=10

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