diff --git a/build/run/docker-entrypoint/entrypoint.sh b/build/run/docker-entrypoint/entrypoint.sh index 199de65..9b3c44f 100755 --- a/build/run/docker-entrypoint/entrypoint.sh +++ b/build/run/docker-entrypoint/entrypoint.sh @@ -29,7 +29,7 @@ do touch ${log} fi done -syslogd -O /var/log/maillog -s 2000 -b 10 +syslogd -O /var/log/maillog -s 2000000 -b 10 # Run all scripts in init folder for file in /docker-entrypoint/init.d/*.sh