summarylogtreecommitdiffstats
path: root/redis.logrotate
diff options
context:
space:
mode:
authorLeo P2016-05-10 15:53:32 -0400
committerLeo P2016-05-10 15:53:32 -0400
commitba4b3b94f0c5259b7c3e51a32638b385f8337b16 (patch)
tree9fa24990707841a79fc9fff312b7259aae31f93b /redis.logrotate
downloadaur-ba4b3b94f0c5259b7c3e51a32638b385f8337b16.tar.gz
redis-git
Diffstat (limited to 'redis.logrotate')
-rw-r--r--redis.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/redis.logrotate b/redis.logrotate
new file mode 100644
index 000000000000..01d11422a596
--- /dev/null
+++ b/redis.logrotate
@@ -0,0 +1,5 @@
+/var/log/redis.log {
+ notifempty
+ copytruncate
+ missingok
+}