mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
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:
+4
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user