diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-03-31 09:08:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-31 09:08:52 +0700 |
commit | 68f90841b5cef71c32027576c5581fe942da1a24 (patch) | |
tree | 0b7c52a1a8e7a803675521da2da234b077581f1e /system/redis/rc.redis.new | |
parent | 5a23c1b55b085329f027b7942e4552a13b50098b (diff) | |
download | slackbuilds-68f90841b5cef71c32027576c5581fe942da1a24.tar.gz |
system/redis: Updated for version 2.8.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/redis/rc.redis.new')
-rw-r--r-- | system/redis/rc.redis.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/redis/rc.redis.new b/system/redis/rc.redis.new index f20fde7673..b7d715f4ba 100644 --- a/system/redis/rc.redis.new +++ b/system/redis/rc.redis.new @@ -6,7 +6,7 @@ PORT=6379 SERV=/usr/bin/redis-server CLI=/usr/bin/redis-cli PIDFILE=/var/run/redis.pid -CONF=/etc/redis.conf +CONF=/etc/redis/redis.conf redis_start() { if [ ! -r $CONF ]; then |