diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-28 09:19:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-28 09:19:11 +0100 |
commit | f1334f0ca24bd6d4c12d423e95f4ea44bdba9e87 (patch) | |
tree | 1848860f6207fbe4e290ce2cdc493fabba7c8b62 /roundcubemail.logrotate | |
parent | ab222be1369cec0473be0a080c890910004d7cc3 (diff) |
roundcubemail: add .log suffix to log file names, and rotate them all
Diffstat (limited to 'roundcubemail.logrotate')
-rw-r--r-- | roundcubemail.logrotate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail.logrotate b/roundcubemail.logrotate index 18e8695..e7bd821 100644 --- a/roundcubemail.logrotate +++ b/roundcubemail.logrotate @@ -1,7 +1,7 @@ -/var/log/roundcubemail/errors { +/var/log/roundcubemail/*.log { missingok su root apache notifempty size 30k - create 0660 root apache + nocreate } |