From b6f2bade842242ebd8cc20f4d6837e9b14a01221 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 9 Jul 2017 14:58:34 -0700 Subject: [PATCH] make all processes log to console --- target/supervisor/supervisor-app.conf | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/target/supervisor/supervisor-app.conf b/target/supervisor/supervisor-app.conf index 22865697..c879654b 100644 --- a/target/supervisor/supervisor-app.conf +++ b/target/supervisor/supervisor-app.conf @@ -8,54 +8,90 @@ startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/sbin/rsyslogd -n [program:fail2ban] startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/bin/fail2ban-server -f [program:opendkim] startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/sbin/opendkim -f [program:opendmarc] startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/sbin/opendmarc -f -p "inet:8893@localhost" [program:dovecot] startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/sbin/dovecot -F -c /etc/dovecot/dovecot.conf [program:filebeat] startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/bin/filebeat -c /etc/filebeat/filebeat.yml [program:clamav] startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/sbin/clamd -c /etc/clamav/clamd.conf [program:postgrey] startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/sbin/postgrey --inet=127.0.0.1:10023 [program:amavis] startsecs=0 autostart=false autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 command = /usr/sbin/amavisd-new foreground