aboutsummaryrefslogtreecommitdiffstats
path: root/testing/redis/redis.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-31 13:53:04 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-31 13:53:04 +0200
commit33ccfa229d3230cdf7c48083db49ce5c2f8842f5 (patch)
tree100dba6f32adbef343f9e7b4ab6f9e1a80af9431 /testing/redis/redis.logrotate
parentae10eeb740d8e4f5c4a9eddd348f9b30456ec604 (diff)
downloadaports-33ccfa229d3230cdf7c48083db49ce5c2f8842f5.tar.bz2
aports-33ccfa229d3230cdf7c48083db49ce5c2f8842f5.tar.xz
testing/redis: new aport
Advanced key-value store http://redis.googlecode.com
Diffstat (limited to 'testing/redis/redis.logrotate')
-rw-r--r--testing/redis/redis.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/redis/redis.logrotate b/testing/redis/redis.logrotate
new file mode 100644
index 0000000000..01d11422a5
--- /dev/null
+++ b/testing/redis/redis.logrotate
@@ -0,0 +1,5 @@
+/var/log/redis.log {
+ notifempty
+ copytruncate
+ missingok
+}