A sample configuration file has been installed to /etc/mpd.conf.
MPD is configured to listen on localhost only. To start MPD at boot time,
add the following to /etc/rc.local:

if [ -x /usr/local/sbin/mpd ]; then
        echo -n ' mpd';       /usr/local/sbin/mpd
fi
