From 39aeefecf630e1ddcccb27641413f463ab3c322b Mon Sep 17 00:00:00 2001 From: hulk Date: Sun, 25 Aug 2024 14:18:42 +0800 Subject: [PATCH] fix(configuration): wrong comment line about the pidfile in configuration file (#2505) --- kvrocks.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvrocks.conf b/kvrocks.conf index 935a89e8aa5..fda3da0c8e5 100644 --- a/kvrocks.conf +++ b/kvrocks.conf @@ -30,7 +30,7 @@ timeout 0 workers 8 # By default, kvrocks does not run as a daemon. Use 'yes' if you need it. -# Note that kvrocks will write a PID file in /var/run/kvrocks.pid when daemonized +# It will create a PID file when daemonize is enabled, and its path is specified by pidfile. daemonize no # Kvrocks implements the cluster solution that is similar to the Redis cluster solution.