summaryrefslogtreecommitdiffstats
path: root/system/redis/redis.logrotate
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2012-12-02 12:35:22 -0500
committer dsomero <xgizzmo@slackbuilds.org>2012-12-11 16:21:54 -0500
commit5a09ed3366b1eddabd0bd5ed8a089035694f7b35 (patch)
tree30704227f082c6fca8d95e8b517b9c49e9cc82fb /system/redis/redis.logrotate
parentfd627f875c0e587a5ff992b276fa1cf1a632f157 (diff)
downloadslackbuilds-5a09ed3366b1eddabd0bd5ed8a089035694f7b35.tar.gz
slackbuilds-5a09ed3366b1eddabd0bd5ed8a089035694f7b35.tar.xz
system/redis: Updated for version 2.6.5
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/redis/redis.logrotate')
-rw-r--r--system/redis/redis.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/redis/redis.logrotate b/system/redis/redis.logrotate
new file mode 100644
index 0000000000..2f3e6d6c1a
--- /dev/null
+++ b/system/redis/redis.logrotate
@@ -0,0 +1,9 @@
+/var/log/redis.log {
+ daily
+ rotate 7
+ copytruncate
+ delaycompress
+ compress
+ notifempty
+ missingok
+}