From 038b965981963ddbe7b704c158cc32ff651d9092 Mon Sep 17 00:00:00 2001 From: git-hulk Date: Sat, 24 Aug 2024 21:47:18 +0800 Subject: [PATCH] Fix wrong comment line about the pidfile in configuration file --- 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.