Darkice fails at boot, works after systemctl restart

Hey @Jappe

So as Joulinar recommended in Icecast Darkice issues - #10 by Joulinar

I changed the #User to root;

[Unit]
Description=DarkIce (DietPi)
Requires=icecast2.service
After=icecast2.service

[Service]
User=root
Group=dietpi
ExecStart=/usr/bin/darkice

[Install]
WantedBy=multi-user.target

And in /etc/darkice.cfg I changed the channels amount to work with the microphone, but I suspect that won’t affect the service’s startup.