Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(cache): change cache workdir to /var/lib/redis for read/write fil…
Browse files Browse the repository at this point in the history
…esystem
  • Loading branch information
Gabriel Monroy authored and Matthew Fisher committed Apr 15, 2014
1 parent 426fbce commit e07b18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache/bin/boot
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ until confd -onetime -node $ETCD -config-file /app/confd.toml; do
done

# spawn the service in the background
cd /var/lib/redis
sudo -u redis /usr/bin/redis-server /etc/redis/redis.conf &
SERVICE_PID=$!

Expand Down

0 comments on commit e07b18d

Please sign in to comment.