mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-17 12:53:17 +00:00
Loosen logrotate directives for custom deployments
Logrotate refuses to rotate logfiles if /var/log/sogo has permissive write permissions, but sometimes that is needed, especially with setups involving multiple SOGo installs running under different UNIX users.
This commit is contained in:
@@ -6,4 +6,5 @@
|
||||
delaycompress
|
||||
notifempty
|
||||
copytruncate
|
||||
su sogo sogo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user