[docker-platform-monitor]: Prevent supervisor from logging unexpected exits from processes known to exit in < 1 second (#889)
This commit is contained in:
parent
c299fe472d
commit
f938f3ecaf
@ -10,6 +10,7 @@ autostart=true
|
|||||||
autorestart=false
|
autorestart=false
|
||||||
stdout_logfile=syslog
|
stdout_logfile=syslog
|
||||||
stderr_logfile=syslog
|
stderr_logfile=syslog
|
||||||
|
startsecs=0
|
||||||
|
|
||||||
[program:rsyslogd]
|
[program:rsyslogd]
|
||||||
command=/usr/sbin/rsyslogd -n
|
command=/usr/sbin/rsyslogd -n
|
||||||
@ -26,6 +27,7 @@ autostart=false
|
|||||||
autorestart=false
|
autorestart=false
|
||||||
stdout_logfile=syslog
|
stdout_logfile=syslog
|
||||||
stderr_logfile=syslog
|
stderr_logfile=syslog
|
||||||
|
startsecs=0
|
||||||
|
|
||||||
[program:fancontrol]
|
[program:fancontrol]
|
||||||
command=/usr/sbin/fancontrol
|
command=/usr/sbin/fancontrol
|
||||||
@ -41,3 +43,4 @@ priority=5
|
|||||||
autostart=false
|
autostart=false
|
||||||
stdout_logfile=syslog
|
stdout_logfile=syslog
|
||||||
stderr_logfile=syslog
|
stderr_logfile=syslog
|
||||||
|
startsecs=0
|
||||||
|
Reference in New Issue
Block a user