diff --git a/Scripts/logrotate b/Scripts/logrotate index cf8b37fd2..273fcc161 100644 --- a/Scripts/logrotate +++ b/Scripts/logrotate @@ -6,5 +6,8 @@ delaycompress notifempty copytruncate - su sogo sogo + # The 'su' parameter is normally not needed but in cases where two + # instances of SOGo run in parallel under different UNIX users it + # allows proper rotation; requires logrotate >= 3.8.0 + # su sogo sogo }