2006-11-05 09:42:56 -05: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,
|
|
|
|
add the following to ${SYSCONFDIR}/rc.local:
|
2006-05-13 05:52:49 -04:00
|
|
|
|
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
|