#!/bin/sh
exec 2>&1
install -d -m0750 -o redis -g redis /run/redis
exec chpst -u redis:redis redis-server /etc/redis/redis.conf > /dev/null
