summarylogtreecommitdiffstats
path: root/bn.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'bn.logrotate')
-rw-r--r--bn.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/bn.logrotate b/bn.logrotate
new file mode 100644
index 000000000000..a86725684a79
--- /dev/null
+++ b/bn.logrotate
@@ -0,0 +1,10 @@
+/var/log/obelisk/bn/*.log {
+ size 5M
+ missingok
+ rotate 7
+ compress
+ delaycompress
+ notifempty
+ create 644 obelisk obelisk
+ sharedscripts
+}