summaryrefslogtreecommitdiffstats
path: root/system/redis/rc.redis.new
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2016-08-03 20:28:45 +0300
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:47 +0100
commit0799e08a7cd1912015a3ae98317bba8ddfb9ae2f (patch)
tree5eacfd49dd30872cd25a9679fd4faac4884024d9 /system/redis/rc.redis.new
parent74c9f40dd305b0b34ca437135f86f9b9c8540e63 (diff)
downloadslackbuilds-0799e08a7cd1912015a3ae98317bba8ddfb9ae2f.tar.gz
slackbuilds-0799e08a7cd1912015a3ae98317bba8ddfb9ae2f.tar.xz
system/redis: Updated for version 3.2.3.
Thanks to Marcin Szychowski. Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
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 b7d715f4ba..0d4b1b0312 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() {