#!/bin/ksh

daemon="/usr/local/sbin/iodined"

. /etc/rc.d/rc.subr

pexp="${daemon} .*"
rc_reload=NO

rc_cmd $1
