summaryrefslogtreecommitdiffstats
path: root/system/bees/bees.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'system/bees/bees.logrotate')
-rw-r--r--system/bees/bees.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/bees/bees.logrotate b/system/bees/bees.logrotate
new file mode 100644
index 0000000000..0a29113ff3
--- /dev/null
+++ b/system/bees/bees.logrotate
@@ -0,0 +1,7 @@
+/var/log/bees.log {
+ copytruncate
+ compress
+ notifempty
+ missingok
+ size 10M
+}