/opt/icecast/latest/bin/icecast -c /opt/icecast/latest/etc/icecast.xml -b
[Unit]
Description=Icecast Network Audio Streaming Server
After=network.target
[Service]
ExecStart=/opt/icecast/latest/bin/icecast -c /opt/icecast/latest/etc/icecast.xml -b
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target