diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-29 09:36:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-29 09:36:57 +0100 |
commit | 1933ec592f4f82b0adf52c80cb722b8571c57896 (patch) | |
tree | 763daa5ce7a6a6678559c24d7735adfff1b762fb /roundcubemail.logrotate |
roundcubemail: import from rawhide
Diffstat (limited to 'roundcubemail.logrotate')
-rw-r--r-- | roundcubemail.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roundcubemail.logrotate b/roundcubemail.logrotate new file mode 100644 index 0000000..18e8695 --- /dev/null +++ b/roundcubemail.logrotate @@ -0,0 +1,7 @@ +/var/log/roundcubemail/errors { + missingok + su root apache + notifempty + size 30k + create 0660 root apache +} |