diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-01 07:54:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-01 07:54:15 +0200 |
commit | 3e97c942aeed3cb45fb8cda3d294c8927cd29f98 (patch) | |
tree | fa7c5134b4a0a1b7c03a00b72ab77a0f7d61b58c /valkey.logrotate |
import from Fedora
Diffstat (limited to 'valkey.logrotate')
-rw-r--r-- | valkey.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/valkey.logrotate b/valkey.logrotate new file mode 100644 index 0000000..e91fcd3 --- /dev/null +++ b/valkey.logrotate @@ -0,0 +1,9 @@ +/var/log/valkey/*.log { + weekly + rotate 10 + copytruncate + delaycompress + compress + notifempty + missingok +} |