summaryrefslogtreecommitdiff
path: root/community/murmur/murmur.logrotate.d
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-04 00:06:36 -0700
committerroot <root@rshg054.dnsready.net>2013-04-04 00:06:36 -0700
commit1b6860ed7a33a22c4202348a4f42afbb5d26be09 (patch)
tree6ca60a730d502776b5af04bd7eabfc74931a4d77 /community/murmur/murmur.logrotate.d
parentd304fad026899d2db5af26740eeb952698bd6fb2 (diff)
Thu Apr 4 00:06:36 PDT 2013
Diffstat (limited to 'community/murmur/murmur.logrotate.d')
-rw-r--r--community/murmur/murmur.logrotate.d6
1 files changed, 0 insertions, 6 deletions
diff --git a/community/murmur/murmur.logrotate.d b/community/murmur/murmur.logrotate.d
deleted file mode 100644
index e113175ab..000000000
--- a/community/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
-}