Skip to content

Commit 72a64a2

Browse files
committed
Fix log output paths for postfix in supervisor
1 parent b966ef0 commit 72a64a2

File tree

12 files changed

+48
-0
lines changed

12 files changed

+48
-0
lines changed

docker/base-app/alpine-3/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/centos-7/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/debian-7/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/debian-8/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/debian-9/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/ubuntu-12.04/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/ubuntu-14.04/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/ubuntu-15.04/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/ubuntu-15.10/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

docker/base-app/ubuntu-16.04/conf/etc/supervisor.d/postfix.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ process_name=%(program_name)s
99
startsecs = 0
1010
autostart = false
1111
autorestart = true
12+
stdout_logfile=/dev/stdout
13+
stdout_logfile_maxbytes=0
14+
stderr_logfile=/dev/stderr
15+
stderr_logfile_maxbytes=0

0 commit comments

Comments
 (0)