summarylogtreecommitdiffstats
path: root/murmur.logrotate
diff options
context:
space:
mode:
authorFelix Singer2017-05-19 18:04:23 +0200
committerFelix Singer2017-05-19 18:04:23 +0200
commitbb76db464da422e8c04a33f705686db3d50bcca9 (patch)
tree475a8e4d7416decbb1277d7f9ff5483c9be552c0 /murmur.logrotate
parent245b4b02de296da7a84efc70e39c3dcc79e5b545 (diff)
downloadaur-bb76db464da422e8c04a33f705686db3d50bcca9.tar.gz
Add logrotate profile
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
+}