#!/bin/sh
exec 2>&1

[ -r ./conf ] && . ./conf
: ${OPTS:=server -config=/etc/vault/}

exec chpst -u _vault vault ${OPTS}
