d6bab7a71c
- Install daemon into ${LOCALBASE}/sbin. (From steven@) - Fix pkg/DESCR (From steven@) - Really fix the OSS mixer stuff. ok Tobias Ulmer (MAINTAINER) ok naddy@ (for the mixer stuff)
13 lines
407 B
Plaintext
13 lines
407 B
Plaintext
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:
|
|
|
|
if [ -x ${PREFIX}/sbin/mpd ]; then
|
|
echo -n ' mpd'; ${PREFIX}/sbin/mpd
|
|
fi
|