Skip to content

Commit

Permalink
[docker-platform-monitor]: Prevent supervisor from logging unexpected…
Browse files Browse the repository at this point in the history
… exits from processes known to exit in < 1 second (#889)
  • Loading branch information
jleveque authored Aug 15, 2017
1 parent c299fe4 commit f938f3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockers/docker-platform-monitor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ autostart=true
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=0

[program:rsyslogd]
command=/usr/sbin/rsyslogd -n
Expand All @@ -26,6 +27,7 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=0

[program:fancontrol]
command=/usr/sbin/fancontrol
Expand All @@ -41,3 +43,4 @@ priority=5
autostart=false
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=0

0 comments on commit f938f3e

Please sign in to comment.