summaryrefslogtreecommitdiffstats
path: root/roundcubemail.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'roundcubemail.logrotate')
-rw-r--r--roundcubemail.logrotate4
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
}