diff options
Diffstat (limited to 'community/roundcubemail/roundcubemail.logrotate')
-rw-r--r-- | community/roundcubemail/roundcubemail.logrotate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/roundcubemail/roundcubemail.logrotate b/community/roundcubemail/roundcubemail.logrotate index 649bef0d1f..5b277c9ecc 100644 --- a/community/roundcubemail/roundcubemail.logrotate +++ b/community/roundcubemail/roundcubemail.logrotate @@ -1,6 +1,6 @@ -/var/log/roundcube/*.log { - daily - rotate 7 +/var/log/roundcube/* { compress copytruncate + missingok + notifempty } |