#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
export CONFIG=${CONFIG:-/etc/rustypaste/config.toml}
cd /var/lib/rustypaste
exec chpst -u _rustypaste:_rustypaste rustypaste
