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