mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 07:36:18 +00:00
Changed log to keep 10 rotations
This commit is contained in:
parent
df63e353be
commit
8e1330848d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ ${reset}"
|
||||||
|
|
||||||
# Reset logs
|
# Reset logs
|
||||||
# echo | tee /var/log/maillog /var/log/maillog.debug >/dev/null
|
# echo | tee /var/log/maillog /var/log/maillog.debug >/dev/null
|
||||||
syslogd -O /var/log/maillog -s 2000
|
syslogd -O /var/log/maillog -s 2000 -b 10
|
||||||
|
|
||||||
# Run all scripts in init folder
|
# Run all scripts in init folder
|
||||||
for file in /docker-entrypoint/init.d/*.sh
|
for file in /docker-entrypoint/init.d/*.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue