Hi, there's a little issue in the "mpd.service" file for systemd since openSUSE switched to systemd. It's weird that no one reported it yet since it causes to fail the mpd service initialization. The problem is that the initialization locks the systemctl start of the daemon, with a single line fix in mpd.service this can be fixed ( i've been replacing the file manually every time that there's an mpd update, a little bit annoying ).

The fix consist in replacing the line ( located in /usr/lib/systemd/system/mpd.service ):
ExecStart=/usr/bin/mpd /etc/mpd.conf
with:
ExecStart=/usr/bin/mpd --no-daemon /etc/mpd.conf

This will avoid blocking the systemctl start and the service will start just fine.

Thanks!
Regards,
Martín

_______________________________________________
Packman mailing list
[email protected]
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an