diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-05 08:43:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-05 08:44:30 +0000 |
commit | 67fddeea7fa6e6f8c87b9e27dfc879aec1526243 (patch) | |
tree | af7dd8b7c6f821d03062b152ec72f4426ed0b241 /testing/redis/redis.logrotate | |
parent | 5e28f200b02cb5cebd8bb7d450f5f49e6288e581 (diff) | |
download | aports-67fddeea7fa6e6f8c87b9e27dfc879aec1526243.tar.bz2 aports-67fddeea7fa6e6f8c87b9e27dfc879aec1526243.tar.xz |
testing/redis: fix path to logfile for logrotate
Diffstat (limited to 'testing/redis/redis.logrotate')
-rw-r--r-- | testing/redis/redis.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/redis/redis.logrotate b/testing/redis/redis.logrotate index 01d11422a5..aa5f6a2547 100644 --- a/testing/redis/redis.logrotate +++ b/testing/redis/redis.logrotate @@ -1,4 +1,4 @@ -/var/log/redis.log { +/var/log/redis/redis.log { notifempty copytruncate missingok |