4ec44530ca
The framework is now stable and we will start documenting it (at last).
11 lines
191 B
Bash
11 lines
191 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: icecast.rc,v 1.4 2010/12/27 14:50:22 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/icecast"
|
|
daemon_flags="-b -c /var/icecast/icecast.xml"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|