#!/bin/ksh

daemon="/usr/local/bin/ympd"
daemon_flags="-u _ympd"

. /etc/rc.d/rc.subr

rc_bg=YES

rc_cmd $1
