aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rancid/rancid.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rancid/rancid.logrotate')
-rw-r--r--testing/rancid/rancid.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/rancid/rancid.logrotate b/testing/rancid/rancid.logrotate
new file mode 100644
index 0000000000..3638b8b225
--- /dev/null
+++ b/testing/rancid/rancid.logrotate
@@ -0,0 +1,8 @@
+/var/log/rancid/* {
+ weekly
+ rotate 1
+ notifempty
+ missingok
+ compress
+ olddir old
+}