From 5565cc629edcbed650a49444c79340153758824f Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Tue, 19 Apr 2016 14:43:06 +0300 Subject: [PATCH] fix pidfile in redis.conf --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index c68fe694..10da6c1f 100644 --- a/redis.conf +++ b/redis.conf @@ -146,7 +146,7 @@ supervised no # # 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.pid +pidfile /var/run/redis_6379.pid # Specify the server verbosity level. # This can be one of: