# /etc/conf.d/mulus # Config file for MLDonkey Mulus control script # Change the following vars only if you know # what you're doing, there's no checking for # invalid data yet! # owner of mlnet process (don't change, must be existing) USER="p2p" # home dir of owner (don't change, must be existing) BASEDIR="/home/p2p" # subdir if any (will be created, if not existing) SUBDIR=".mulus" # logfile (/dev/null for nowhere) LOG="/var/log/mulus.log" # bandwidth control, values in kb/s LOW_DOWN="6" LOW_UP="2" HIGH_DOWN="30" HIGH_UP="10" # nice level, 0 less cpuspeed consumed NICE="19" # MLDonkey Mulus server ip, usually localhost SERVER="localhost" # port for webinterface, usually 4080 PORT="4080" # to enable password restricted access, # uncomment and set BOTH following vars: #USERNAME="admin" #PASSWORD=""