[Unit] Description=icecast audio streaming server daemon After=network.target [Service] Environment="CONFIGFILE=/etc/icecast2/icecast.xml" EnvironmentFile=-/etc/default/icecast2 User=icecast2 Group=icecast Type=forking ExecStart=/usr/bin/icecast2 -b -c $CONFIGFILE ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target