summarylogtreecommitdiffstats
path: root/murmur.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'murmur.logrotate')
-rw-r--r--murmur.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/murmur.logrotate b/murmur.logrotate
new file mode 100644
index 000000000000..1934fcb66d10
--- /dev/null
+++ b/murmur.logrotate
@@ -0,0 +1,10 @@
+/var/log/murmur/murmur.log {
+ weekly
+ rotate 7
+ compress
+ delaycompress
+ missingok
+ postrotate
+ systemctl restart murmur.service
+ endscript
+}