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