mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Merge pull request #3180 from bogdanvlviv/fix_pidfile
fix pidfile in redis.conf
This commit is contained in:
commit
bac4de7d1b
@ -154,7 +154,7 @@ supervised no
|
|||||||
#
|
#
|
||||||
# Creating a pid file is best effort: if Redis is not able to create it
|
# Creating a pid file is best effort: if Redis is not able to create it
|
||||||
# nothing bad happens, the server will start and run normally.
|
# nothing bad happens, the server will start and run normally.
|
||||||
pidfile /var/run/redis.pid
|
pidfile /var/run/redis_6379.pid
|
||||||
|
|
||||||
# Specify the server verbosity level.
|
# Specify the server verbosity level.
|
||||||
# This can be one of:
|
# This can be one of:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user