summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/packages/debian/groonga-httpd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/vendor/groonga/packages/debian/groonga-httpd.logrotate')
-rw-r--r--storage/mroonga/vendor/groonga/packages/debian/groonga-httpd.logrotate17
1 files changed, 0 insertions, 17 deletions
diff --git a/storage/mroonga/vendor/groonga/packages/debian/groonga-httpd.logrotate b/storage/mroonga/vendor/groonga/packages/debian/groonga-httpd.logrotate
deleted file mode 100644
index e1ed8532700..00000000000
--- a/storage/mroonga/vendor/groonga/packages/debian/groonga-httpd.logrotate
+++ /dev/null
@@ -1,17 +0,0 @@
-/var/log/groonga/httpd/*.log {
- daily
- missingok
- rotate 30
- compress
- delaycompress
- notifempty
- create 640 groonga groonga
- sharedscripts
- postrotate
- . /etc/default/groonga-httpd
- if x"$ENABLE" = x"yes"; then
- /usr/bin/curl --silent --output /dev/null \
- "http://127.0.0.1:10041/d/log_reopen"
- fi
- endscript
-}