#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf

user=_geomyidae
group=_geomyidae

exec geomyidae -d -u $user -g $group $OPTS
