aboutsummaryrefslogtreecommitdiff
path: root/system/redis/rc.redis.new
diff options
context:
space:
mode:
Diffstat (limited to 'system/redis/rc.redis.new')
-rw-r--r--system/redis/rc.redis.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/redis/rc.redis.new b/system/redis/rc.redis.new
index b7d715f4ba06e..0d4b1b03122f4 100644
--- a/system/redis/rc.redis.new
+++ b/system/redis/rc.redis.new
@@ -5,7 +5,7 @@
PORT=6379
SERV=/usr/bin/redis-server
CLI=/usr/bin/redis-cli
-PIDFILE=/var/run/redis.pid
+PIDFILE=/var/run/redis_${PORT}.pid
CONF=/etc/redis/redis.conf
redis_start() {