# Config file for /etc/init.d/mldonkey # owner of mlnet process (don't change, must be existing) MLUSER="p2p" # home dir of owner (don't change, must be existing) MLHOME="/home/p2p" # subdir if any (will be created, if not existing) MLDIR=".mldonkey" # logfile (/dev/null for nowhere) MLLOG="/var/log/mldonkey.log" # bandwidth control, values in kb/s MLLOWDOWN="6" MLLOWUP="2" MLHIGHDOWN="30" MLHIGHUP="10" # nice level, 0 less cpuspeed consumed MLNICE="19" # port for webinterface, usually 4080 MLPORT="4080"