diff options
Diffstat (limited to 'community/redis/redis.logrotate')
-rw-r--r-- | community/redis/redis.logrotate | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/redis/redis.logrotate b/community/redis/redis.logrotate new file mode 100644 index 000000000..01d11422a --- /dev/null +++ b/community/redis/redis.logrotate @@ -0,0 +1,5 @@ +/var/log/redis.log { + notifempty + copytruncate + missingok +} |