Created
January 4, 2016 16:52
-
-
Save libraplanet/309f8c08c3a12b4ba78b to your computer and use it in GitHub Desktop.
icecast.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Icecast2 service | |
After=network.target | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/icecast -c /etc/icecast.xml | |
ExecReload=/bin/kill -HUP $MAINPID | |
User=icecast | |
Group=icecast | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment