#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec chpst -u _gemserv gemserv ${CONF:-/etc/gemserv.conf}
