summaryrefslogtreecommitdiffstats
path: root/murmur/murmur.logrotate.d
diff options
context:
space:
mode:
Diffstat (limited to 'murmur/murmur.logrotate.d')
-rw-r--r--murmur/murmur.logrotate.d6
1 files changed, 0 insertions, 6 deletions
diff --git a/murmur/murmur.logrotate.d b/murmur/murmur.logrotate.d
deleted file mode 100644
index e113175..0000000
--- a/murmur/murmur.logrotate.d
+++ /dev/null
@@ -1,6 +0,0 @@
-/var/log/murmur/murmur.log {
- missingok
- postrotate
- /bin/kill -HUP `cat /var/run/murmur/murmur.pid 2>/dev/null` 2> /dev/null || true
- endscript
-}