Hi Lisandro, > Hi! I use mpd on my personal machine as a system service, without pulseaudio. > > I noticed that if I let mpd start via systemd port 6600 will not be opened.
mpd uses systemd's socket activation feature, as defined in /lib/systemd/system/mpd.socket, so port 6600 should be open and you should see systemd listening there until the first connection is actually made. What is the netstat output after system startup? Does 'systemctl status mpd.socket' tell you what's wrong? Florian

