aboutsummaryrefslogtreecommitdiffstats
path: root/community/munin/munin-node.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/munin/munin-node.logrotate')
-rw-r--r--community/munin/munin-node.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/munin/munin-node.logrotate b/community/munin/munin-node.logrotate
new file mode 100644
index 0000000000..03b976e423
--- /dev/null
+++ b/community/munin/munin-node.logrotate
@@ -0,0 +1,8 @@
+/var/log/munin/munin-node.log {
+ daily
+ missingok
+ copytruncate
+ rotate 7
+ compress
+ notifempty
+}