freebsd-ports/audio/icecast2/files/pkg-message.in
Michael Nottebrock 6291958a39 Suggest copying the sample configuration file to the default location
in pkg-message.

Requested by: Dave <dmehler26@woh.rr.com>
2006-06-06 11:02:20 +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. **
**********************************************************************