Package: mpdVersion: 0.19.21-1
Hi,
If I change the port in mpd.conf and restart mpd it still listens on the 
default 6600 port.I even uncommented the MPDCONF line in /etc/default/mpd, but 
it still doesn't work.
With changed port in mpd.conf to 6601 and restarting mpd (same result if 
started via init.d and systemctl):
$ netstat -a | grep 660
tcp6       0      0 [::]:6600                [::]:*                  LISTEN

The only solution that worked was:$ systemctl disable mpd$ update-rc.d mpd 
enable$ /etc/init.d/mpd restart[ ok ] Restarting mpd (via systemctl): 
mpd.service.$ netstat -a | grep 660tcp        0      0 localhost:6601          
0.0.0.0:*               LISTEN

The strange thing is that it still says that it is starting it via systemctl.
Some info:$ cat /etc/debian_version9.3$ uname -aLinux debian 4.9.0-4-amd64 #1 
SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64 GNU/Linux

Reply via email to