2006-05-13 05:52:49 -04:00
|
|
|
A sample configuration file has been installed to ${SYSCONFDIR}/mpd.conf
|
|
|
|
and MPD is configured to listen on localhost only.
|
|
|
|
|
|
|
|
Make sure that music_directory points to a valid directory,
|
|
|
|
otherwise MPD won't start.
|
|
|
|
|
|
|
|
If you wish to have MPD started automatically at boot time,
|
|
|
|
simply add the follow lines to /etc/rc.local:
|
|
|
|
|
2006-06-14 08:37:52 -04:00
|
|
|
if [ -x ${PREFIX}/sbin/mpd ]; then
|
|
|
|
echo -n ' mpd'; ${PREFIX}/sbin/mpd
|
2006-05-13 05:52:49 -04:00
|
|
|
fi
|