diff options
Diffstat (limited to 'etc/logrotate.d/couchdb.tpl.in')
-rw-r--r-- | etc/logrotate.d/couchdb.tpl.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/logrotate.d/couchdb.tpl.in b/etc/logrotate.d/couchdb.tpl.in deleted file mode 100644 index 0bb07e13..00000000 --- a/etc/logrotate.d/couchdb.tpl.in +++ /dev/null @@ -1,9 +0,0 @@ -%localstatelogdir%/*.log { - weekly - rotate 10 - copytruncate - delaycompress - compress - notifempty - missingok -} |