From 4d2e143b15fdc8f316a1eef5a8b1053981f6d256 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 08:41:05 +0000 Subject: automatic import of redis --- redis.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 redis.logrotate (limited to 'redis.logrotate') 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 +} -- cgit v1.2.3