aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jackal/jackal.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/jackal/jackal.logrotate')
-rw-r--r--testing/jackal/jackal.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/jackal/jackal.logrotate b/testing/jackal/jackal.logrotate
new file mode 100644
index 00000000000..cffa74a5be8
--- /dev/null
+++ b/testing/jackal/jackal.logrotate
@@ -0,0 +1,7 @@
+/var/log/jackal/jackal.log {
+ daily
+ rotate 14
+ compress
+ sharedscripts
+ missingok
+}