source:
mpich2/1.0.7/debian/mpich2-mpd.mpd.default
@
89
| Last change on this file since 89 was 44, checked in by jazz, 17 years ago | |
|---|---|
| File size: 424 bytes | |
| Rev | Line | |
|---|---|---|
| [44] | 1 | # Defaults for mpich2 initscript |
| 2 | ||
| 3 | # Set this to "yes" to start mpd at boot time | |
| 4 | START="no" | |
| 5 | ||
| 6 | MPDPORT="7916" | |
| 7 | MPDHOST="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 | |
| 15 | MPDOPTIONS="--listenport=$MPDPORT" |
Note: See TracBrowser
for help on using the repository browser.
