Skip to content

Instantly share code, notes, and snippets.

@libraplanet
Created January 4, 2016 16:52
Show Gist options
  • Save libraplanet/309f8c08c3a12b4ba78b to your computer and use it in GitHub Desktop.
Save libraplanet/309f8c08c3a12b4ba78b 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