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:
Michael 2025-02-16 17:39:33 +01:00 committed by GitHub
parent 0ebf820b00
commit f49c2cf18f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ function _setup_logrotate() {
delaycompress
rotate ${LOGROTATE_COUNT}
${LOGROTATE_INTERVAL}
su syslog root
}
EOF
}