summaryrefslogtreecommitdiffstats
path: root/testing/lusca/lusca.logrotate
diff options
context:
space:
mode:
authorDiaz Devera Victor <vitronic2@gmail.com>2014-12-22 00:09:01 -0430
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-19 09:58:46 +0000
commitd908f60893f296639d2a990e3548bf6b6e54b370 (patch)
tree2258204c44c731ae60c70cacc1053ea0e0a01074 /testing/lusca/lusca.logrotate
parentaba0fe551e8d7bebcf4ced7d9171200b7f64ff85 (diff)
downloadaports-d908f60893f296639d2a990e3548bf6b6e54b370.tar.bz2
aports-d908f60893f296639d2a990e3548bf6b6e54b370.tar.xz
testing/lusca: new aport
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
+}