#!/bin/bash
# start redis server
redis-server /redis.conf | sed "s/^/[redis] /"
# start ssh server
mkdir -p /run/sshd/
exec /usr/sbin/sshd -D