openbsd-ports/audio/mpd/pkg/MESSAGE

13 lines
407 B
Plaintext
Raw Normal View History

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