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.