From bbfa49ca9e90e9348a1b289bac91def6c09bde6a Mon Sep 17 00:00:00 2001 From: groot Date: Sat, 4 Jan 2025 17:01:18 +0000 Subject: [PATCH] redis/redis.conf aktualisiert --- redis/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/redis.conf b/redis/redis.conf index 7776ec0..07b5133 100644 --- a/redis/redis.conf +++ b/redis/redis.conf @@ -36,7 +36,7 @@ vm.overcommit_memory = 1 # By default Redis does not run as a daemon. Use 'yes' if you need it. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. -daemonize yes +daemonize no # When running daemonized, Redis writes a pid file in /var/run/redis.pid by # default. You can specify a custom pid file location here.