source: mpich2/1.0.7/debian/mpich2-mpd.mpd.default @ 115

Last change on this file since 115 was 44, checked in by jazz, 16 years ago
  • Debian Package folder which had tested on debian Etch and Ubuntu Hardy.
  • note: Lenny does not have package libg2c0
File size: 424 bytes
Line 
1# Defaults for mpich2 initscript
2
3# Set this to "yes" to start mpd at boot time
4START="no"
5
6MPDPORT="7916"
7MPDHOST="hostname"
8
9# Use this line to join an existing ring, MPDHOST is the machine
10# running the ring and MPDPORT is the port on that host.
11#MPDOPTIONS="--port=$MPDPORT --host=$MPDHOST"
12
13# Use this line to start an instance of mpd on this host (localhost)
14# listening on MPDPORT
15MPDOPTIONS="--listenport=$MPDPORT"
Note: See TracBrowser for help on using the repository browser.