[docker-platform-monitor]: Prevent supervisor from logging unexpected exits from processes known to exit in < 1 second (#889)

This commit is contained in:
Joe LeVeque 2017-08-15 10:38:22 -07:00 committed by GitHub
parent c299fe472d
commit f938f3ecaf

View File

@ -10,6 +10,7 @@ autostart=true
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=0
[program:rsyslogd]
command=/usr/sbin/rsyslogd -n
@ -26,6 +27,7 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=0
[program:fancontrol]
command=/usr/sbin/fancontrol
@ -41,3 +43,4 @@ priority=5
autostart=false
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=0