From 551405fac6dda954276388262de9d24f537ea376 Mon Sep 17 00:00:00 2001 From: Patrice Levesque Date: Wed, 22 Jun 2016 09:30:59 -0400 Subject: [PATCH] Comment out 'su' logrotate parameter This parameter needs logrotate >= 3.8.0 which is too recent for half our supported distributions and is not strictly necessary. --- Scripts/logrotate | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }