Fixing pid file name
This commit is contained in:
parent
7c96525042
commit
8116d52056
|
@ -147,7 +147,7 @@ supervised systemd
|
|||
#
|
||||
# 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.
|
||||
pidfile /var/run/redis/redis-server.pid
|
||||
pidfile /var/run/redis/redis-slave-server.pid
|
||||
|
||||
# Specify the server verbosity level.
|
||||
# This can be one of:
|
||||
|
|
Loading…
Reference in New Issue