From ba833e3db608439b90831e19d72142b39174e1f6 Mon Sep 17 00:00:00 2001 From: zeekling Date: Sun, 20 Sep 2020 21:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9daemonize=E4=B8=BAno?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index e866b4e..0836a3d 100644 --- a/redis.conf +++ b/redis.conf @@ -203,7 +203,7 @@ tcp-keepalive 300 # 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 # If you run Redis from upstart or systemd, Redis can interact with your # supervision tree. Options: