2
# Begin $rc_base/init.d/mpd
4
# Based on sysklogd script from LFS-3.1 and earlier.
5
# Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
6
# ALSA specific parts by Mark Hymers - markh@linuxfromscratch.org
7
# Stores mixer settings in the default location: /etc/asound.state
14
boot_mesg "Starting MPD..."
15
/bin/nice --5 /usr/bin/mpd
19
boot_mesg "Stopping MPD..."
24
statusproc /usr/bin/mpd
32
echo "Usage: $0 (start|stop|restart|status)"
37
# End $rc_base/init.d/alsa