summaryrefslogtreecommitdiffstats
path: root/main/varnish/varnishd.logrotate
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-06-15 08:27:27 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-06-15 08:27:38 +0000
commitf3166b37956c87106d433d8314b2705f8efd0b91 (patch)
tree09be70e6e7219c76ff4aec68777ee36cbb5c3e52 /main/varnish/varnishd.logrotate
parentcfe93befa1f0680f648e8a90085da374932225cd (diff)
downloadaports-f3166b37956c87106d433d8314b2705f8efd0b91.tar.bz2
aports-f3166b37956c87106d433d8314b2705f8efd0b91.tar.xz
testing/varnish: move to main
Diffstat (limited to 'main/varnish/varnishd.logrotate')
-rw-r--r--main/varnish/varnishd.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/varnish/varnishd.logrotate b/main/varnish/varnishd.logrotate
new file mode 100644
index 000000000..62ee60007
--- /dev/null
+++ b/main/varnish/varnishd.logrotate
@@ -0,0 +1,9 @@
+/var/log/varnish/*.log {
+ weekly
+ rotate 10
+ copytruncate
+ delaycompress
+ compress
+ notifempty
+ missingok
+}