# Defaults for mpich2 initscript # Set this to "yes" to start mpd at boot time START="no" MPDPORT="7916" MPDHOST="hostname" # Use this line to join an existing ring, MPDHOST is the machine # running the ring and MPDPORT is the port on that host. #MPDOPTIONS="--port=$MPDPORT --host=$MPDHOST" # Use this line to start an instance of mpd on this host (localhost) # listening on MPDPORT MPDOPTIONS="--listenport=$MPDPORT"