# /etc/conf.d/opennap # Config file for opennap control script # taken from mldonkey.confd (Polynomial-C) # Change the following vars only if you know # what you're doing, there's no checking for # invalid data yet! # owner and group of opennap process (don't change, must be existing) USER="opennap" GROUP="${USER}" # logfile (/dev/null for nowhere) LOG="/var/log/opennap.log" # nice level, 0 less cpuspeed consumed NICE="0" # When opennap is configured to run chrooted enter the path for the chroot # below otherwise leave empty. #NAPCHROOT="/home/${USER}" NAPCHROOT=""