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