[Unit]
Description=Icecast streaming media server
Documentation=man:icecast2(1) file:/usr/share/doc/icecast2/index.html
After=network.target

[Service]
User=icecast2
Group=icecast
ExecStart=/usr/bin/icecast2 -c /etc/icecast2/icecast.xml
ExecReload=/usr/bin/kill -HUP $MAINPID
Restart=on-failure

[Install]
WantedBy=multi-user.target
