diff options
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..3a3d185 --- /dev/null +++ b/redis.logrotate @@ -0,0 +1,9 @@ +/var/log/redis/*.log { +    weekly +    rotate 10 +    copytruncate +    delaycompress +    compress +    notifempty +    missingok +}  | 
