summaryrefslogtreecommitdiffstats
path: root/roundcubemail.logrotate
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-28 09:19:11 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-28 09:19:11 +0100
commitf1334f0ca24bd6d4c12d423e95f4ea44bdba9e87 (patch)
tree1848860f6207fbe4e290ce2cdc493fabba7c8b62 /roundcubemail.logrotate
parentab222be1369cec0473be0a080c890910004d7cc3 (diff)
roundcubemail: add .log suffix to log file names, and rotate them all
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
}