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.
This commit is contained in:
Patrice Levesque
2016-06-22 09:30:59 -04:00
parent 62b0dcc889
commit 551405fac6
+4 -1
View File
@@ -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
}