mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-13 02:19:57 +01:00
Update icecast-install.sh
This commit is contained in:
@@ -23,7 +23,6 @@ fi
|
|||||||
# Enable and Start Services
|
# Enable and Start Services
|
||||||
sysrc icecast_config="/usr/local/etc/icecast/icecast.xml"
|
sysrc icecast_config="/usr/local/etc/icecast/icecast.xml"
|
||||||
sysrc icecast_enable="YES"
|
sysrc icecast_enable="YES"
|
||||||
service icecast start
|
|
||||||
|
|
||||||
# Done
|
# Done
|
||||||
echo "---------------"
|
echo "---------------"
|
||||||
@@ -31,4 +30,5 @@ echo "Installation Complete!"
|
|||||||
echo "---------------"
|
echo "---------------"
|
||||||
echo "Icecast will not run as root. Change the user to "www" or some other user at the end of the icecast.xml file."
|
echo "Icecast will not run as root. Change the user to "www" or some other user at the end of the icecast.xml file."
|
||||||
echo "Don't forget to uncomment the "changeowner" section, and change the owner of "/var/log/icecast" to the user that icecast will run as."
|
echo "Don't forget to uncomment the "changeowner" section, and change the owner of "/var/log/icecast" to the user that icecast will run as."
|
||||||
|
echo "Once you have compted the above steps, start icecast with 'service icecast start'."
|
||||||
echo "---------------"
|
echo "---------------"
|
||||||
|
|||||||
Reference in New Issue
Block a user