#!/bin/sh

exec 2>&1

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

: ${DB:=/var/db/tang/}

exec chpst -u _tang /usr/libexec/tangd -l ${OPTS} ${DB}
