2006-11-05 14:42:56 +00:00
|
|
|
A sample configuration file has been installed to ${SYSCONFDIR}/mpd.conf.
|
|
|
|
MPD is configured to listen on localhost only. To start MPD at boot time,
|
2008-10-28 15:21:48 +00:00
|
|
|
add the following to /etc/rc.local:
|
2006-05-13 09:52:49 +00:00
|
|
|
|
2006-06-14 12:37:52 +00:00
|
|
|
if [ -x ${PREFIX}/sbin/mpd ]; then
|
|
|
|
echo -n ' mpd'; ${PREFIX}/sbin/mpd
|
2006-05-13 09:52:49 +00:00
|
|
|
fi
|