#!/bin/ksh

daemon="/usr/local/bin/croc relay"
daemon_user="_croc"
daemon_flags=""

. /etc/rc.d/rc.subr

rc_bg=YES
rc_reload=NO

rc_cmd $1
