freebsd-ports/audio/icecast-kh/files/pkg-message.in
Alexey Degtyarev 003caca566 audio/icecast-kh: a fork of icecast2 project stable and extended with many features.
WWW: https://github.com/karlheyes/icecast-kh/

PR:		ports/182983
Submitted by:	Anes Mukhametov <anes@anes.su>
Approved by:	wg (mentor)
2013-11-24 12:05:33 +00:00

18 lines
859 B
Text

To start icecast at system boot, copy
%%PREFIX%%/etc/icecast.xml.sample to %%PREFIX%%/etc/icecast.xml, customize
to your environment as desired and add:
icecast_enable="YES"
to /etc/rc.conf. See the icecast -h command for optional additional
flags. To specify an alternative config file for example add:
icecast_flags="-c /path/to/your/configuration.xml"
**********************************************************************
** Make sure the <changeowner> section in your configuration file **
** is NOT commented out. Icecast will refuse to run as root. **
** **
** Also make sure that the user you choose is able to write to your **
** configured log directory, otherwise icecast will refuse to run. **
**********************************************************************