#!/bin/ksh

daemon="/usr/local/bin/icecast"
daemon_flags="-b -c /var/icecast/icecast.xml"

. /etc/rc.d/rc.subr

rc_cmd $1
