From 88db6a533bc9d89a8f409b20231512d7c7f50a1d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 27 May 2021 21:55:41 -0400 Subject: [PATCH] chore(logrotate): fix ownership of log file Fixes #5327 --- Scripts/logrotate | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Scripts/logrotate b/Scripts/logrotate index 273fcc1618..ee4e7ebfee 100644 --- a/Scripts/logrotate +++ b/Scripts/logrotate @@ -6,8 +6,6 @@ delaycompress notifempty copytruncate - # 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 + # requires logrotate >= 3.8.0 + su sogo sogo }