mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
Revert the default PID file back to the real default (#275)
The default pid file is created at /var/run/redis.pid based on the code
at
da831c0d22/src/server.h (L132)
.
Until we update it, we should reflect that in the conf file.
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
This commit is contained in:
parent
da831c0d22
commit
03650e91b7
@ -329,7 +329,7 @@ daemonize no
|
||||
#
|
||||
# When the server runs non daemonized, no pid file is created if none is
|
||||
# specified in the configuration. When the server is daemonized, the pid file
|
||||
# is used even if not specified, defaulting to "/var/run/valkey.pid".
|
||||
# is used even if not specified, defaulting to "/var/run/redis.pid".
|
||||
#
|
||||
# Creating a pid file is best effort: if the server is not able to create it
|
||||
# nothing bad happens, the server will start and run normally.
|
||||
|
Loading…
Reference in New Issue
Block a user