Skip to content

Instantly share code, notes, and snippets.

@roysbike
Forked from libraplanet/icecast.service
Created March 30, 2018 06:58
Show Gist options
  • Save roysbike/5497e093ea4f152ea960ad821b0233d0 to your computer and use it in GitHub Desktop.
Save roysbike/5497e093ea4f152ea960ad821b0233d0 to your computer and use it in GitHub Desktop.
icecast.service
[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