#!/bin/bash echo "Starting Redis..." sleep 2 /usr/bin/redis-server /etc/redis.conf tail -f /var/log/redis.log exit 0