aboutsummaryrefslogtreecommitdiff
path: root/system/bees/bees.logrotate
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2023-09-09 10:44:30 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-09 10:14:14 +0700
commit5522e231bbb04b8975a685576e3a0ebd3bb55a31 (patch)
treec3970cc815c00ed4f5057db8ab9c38a7d8577089 /system/bees/bees.logrotate
parentc87531f887521d4ca804839e998f24a7b34e3295 (diff)
system/bees: Added (btrfs deduplication).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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
+}