if [ ! -d /var/lib/redis ]; then
  install -dm700 /var/lib/redis
  chown redis:redis /var/lib/redis
fi
