-
-
Save roysbike/5497e093ea4f152ea960ad821b0233d0 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