#!/bin/sh

[ -r ./conf ] && . ./conf

exec 2>&1
exec chpst -u _ergo:_ergo ergo run ${OPTS:---conf /etc/ergo.conf}
