#!/bin/ksh

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

. /etc/rc.d/rc.subr

rc_cmd $1
