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.
pull/217/head
Patrice Levesque 2016-06-22 09:30:59 -04:00
parent 62b0dcc889
commit 551405fac6
1 changed files with 4 additions and 1 deletions

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
}