Skip to content

Commit e07b18d

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
fix(cache): change cache workdir to /var/lib/redis for read/write filesystem
1 parent 426fbce commit e07b18d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cache/bin/boot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ until confd -onetime -node $ETCD -config-file /app/confd.toml; do
3535
done
3636

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

0 commit comments

Comments
 (0)