make all processes log to console
This commit is contained in:
parent
1fad2875a0
commit
ea6a81e82c
|
@ -8,54 +8,90 @@
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
stdout_logfile=/dev/stdout
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
command = /usr/sbin/rsyslogd -n
|
command = /usr/sbin/rsyslogd -n
|
||||||
|
|
||||||
[program:fail2ban]
|
[program:fail2ban]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
stdout_logfile=/dev/stdout
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
command = /usr/bin/fail2ban-server -f
|
command = /usr/bin/fail2ban-server -f
|
||||||
|
|
||||||
[program:opendkim]
|
[program:opendkim]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
stdout_logfile=/dev/stdout
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
command = /usr/sbin/opendkim -f
|
command = /usr/sbin/opendkim -f
|
||||||
|
|
||||||
[program:opendmarc]
|
[program:opendmarc]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
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"
|
command = /usr/sbin/opendmarc -f -p "inet:8893@localhost"
|
||||||
|
|
||||||
[program:dovecot]
|
[program:dovecot]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
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
|
command = /usr/sbin/dovecot -F -c /etc/dovecot/dovecot.conf
|
||||||
|
|
||||||
[program:filebeat]
|
[program:filebeat]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
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
|
command = /usr/bin/filebeat -c /etc/filebeat/filebeat.yml
|
||||||
|
|
||||||
[program:clamav]
|
[program:clamav]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
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
|
command = /usr/sbin/clamd -c /etc/clamav/clamd.conf
|
||||||
|
|
||||||
[program:postgrey]
|
[program:postgrey]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
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
|
command = /usr/sbin/postgrey --inet=127.0.0.1:10023
|
||||||
|
|
||||||
[program:amavis]
|
[program:amavis]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
stdout_logfile=/dev/stdout
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
command = /usr/sbin/amavisd-new foreground
|
command = /usr/sbin/amavisd-new foreground
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue