#!/bin/ksh

daemon="/usr/local/bin/hopm"
daemon_user="_hopm"

. /etc/rc.d/rc.subr

rc_pre() {
	install -d -o _hopm /var/run/hopm
}

rc_cmd $1
