diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-08-30 16:58:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-08-30 16:58:08 +0200 |
commit | 55f1f702dc479340cb5e974e9a501a13264dee91 (patch) | |
tree | f56913d66065b6820a002236d4b05d05ec705452 /redis.logrotate |
redis : import from rawhide
Diffstat (limited to 'redis.logrotate')
-rw-r--r-- | redis.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/redis.logrotate b/redis.logrotate new file mode 100644 index 0000000..43addc6 --- /dev/null +++ b/redis.logrotate @@ -0,0 +1,9 @@ +/var/log/redis/redis.log { + weekly + rotate 10 + copytruncate + delaycompress + compress + notifempty + missingok +} |