Autostart icecast using systemd

To autostart icecast using systemd, create a unit file

Add following content

Enable icecast start on boot with

To start/stop/restart icecast, use

Need help with Linux Server or WordPress? We can help!

One thought on “Autostart icecast using systemd

  • Don’t forget to
    groupadd icecast
    useradd icecast -g icecast -d /home/icecast
    if [ ! -d “/home/icecast ]; then mkdir /home/icecast ; fi

    and after the systemctl start icecast, ensure it successfully ran and didn’t exit:
    systemctl status icecast && journalctl -xe

Leave a Reply to Ehud Gavron Cancel reply

Your email address will not be published. Required fields are marked *