Lines 27-37
Link Here
|
27 |
# nice level, 0<x<19, more nice -> less cpuspeed consumed |
27 |
# nice level, 0<x<19, more nice -> less cpuspeed consumed |
28 |
NICE="19" |
28 |
NICE="19" |
29 |
|
29 |
|
|
|
30 |
|
30 |
# mldonkey server ip, usually localhost |
31 |
# mldonkey server ip, usually localhost |
31 |
SERVER="localhost" |
32 |
SERVER=127.0.0.1 |
|
|
33 |
|
34 |
## for sending shutdown signal via web interface |
35 |
#WEB_PORT=4080 |
32 |
|
36 |
|
33 |
# port for webinterface, usually 4080 |
37 |
## for sending shutdown signal via ncat: |
34 |
PORT="4080" |
38 |
TELNET_PORT=4000 |
|
|
39 |
# telnet command, must be non-tty, like nc (netcat packages) or ncat (nmap) |
40 |
TELNET_CMD=ncat |
35 |
|
41 |
|
36 |
# to enable password restricted access, |
42 |
# to enable password restricted access, |
37 |
# uncomment and set BOTH following vars: |
43 |
# uncomment and set BOTH following vars: |