[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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user