|
Last change
on this file was
44,
checked in by jazz, 17 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 |
|---|
| 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.