From fd7961e5e6025c1b1ebc99b0e43715b58d2b51b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Aug 2025 11:47:19 +0200 Subject: fix path to module configuration files --- valkey-conf.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'valkey-conf.patch') diff --git a/valkey-conf.patch b/valkey-conf.patch index a6723a1..8e20288 100644 --- a/valkey-conf.patch +++ b/valkey-conf.patch @@ -27,7 +27,7 @@ diff -up ./valkey.conf.rpm ./valkey.conf # include /path/to/fragments/*.conf # +# Module configuration files -+include /etc/redis/modules/*.conf ++include /etc/valkey/modules/*.conf + ################################## MODULES ##################################### -- cgit