diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-06-15 08:27:27 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-06-15 08:27:38 +0000 |
commit | f3166b37956c87106d433d8314b2705f8efd0b91 (patch) | |
tree | 09be70e6e7219c76ff4aec68777ee36cbb5c3e52 /main/varnish/varnishd.logrotate | |
parent | cfe93befa1f0680f648e8a90085da374932225cd (diff) | |
download | aports-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.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/varnish/varnishd.logrotate b/main/varnish/varnishd.logrotate new file mode 100644 index 0000000000..62ee60007a --- /dev/null +++ b/main/varnish/varnishd.logrotate @@ -0,0 +1,9 @@ +/var/log/varnish/*.log { + weekly + rotate 10 + copytruncate + delaycompress + compress + notifempty + missingok +} |