fix(log): su syslog root
This addresses an issue raised https://github.com/docker-mailserver/docker-mailserver-helm/issues/137
This commit is contained in:
parent
0ebf820b00
commit
f49c2cf18f
|
@ -33,6 +33,7 @@ function _setup_logrotate() {
|
|||
delaycompress
|
||||
rotate ${LOGROTATE_COUNT}
|
||||
${LOGROTATE_INTERVAL}
|
||||
su syslog root
|
||||
}
|
||||
EOF
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue