freebsd-ports/audio/icecast/files/pkg-message.in
Sunpoet Po-Chuan Hsieh bc53413035 Move audio/icecast2 to audio/icecast
- Clean up Makefile
- Bump PORTREVISION for package change
2018-11-03 22:15:38 +00:00

18 lines
856 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. **
**********************************************************************