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 f20fde7673ccf..b7d715f4ba06e 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