summaryrefslogtreecommitdiffstats
path: root/testing/lusca/lusca.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lusca/lusca.logrotate')
-rw-r--r--testing/lusca/lusca.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/lusca/lusca.logrotate b/testing/lusca/lusca.logrotate
new file mode 100644
index 000000000..348e53cdf
--- /dev/null
+++ b/testing/lusca/lusca.logrotate
@@ -0,0 +1,11 @@
+/var/log/lusca/*.log {
+ daily
+ compress
+ rotate 5
+ missingok
+ nocreate
+ sharedscripts
+ postrotate
+ /usr/sbin/lusca -k rotate
+ endscript
+}