This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 39aeefec fix(configuration): wrong comment line about the pidfile in 
configuration file (#2505)
39aeefec is described below

commit 39aeefecf630e1ddcccb27641413f463ab3c322b
Author: hulk <[email protected]>
AuthorDate: Sun Aug 25 14:18:42 2024 +0800

    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 935a89e8..fda3da0c 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.

Reply via email to