diff options
Diffstat (limited to 'net-p2p/gift/files/gift.confd')
-rw-r--r-- | net-p2p/gift/files/gift.confd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-p2p/gift/files/gift.confd b/net-p2p/gift/files/gift.confd new file mode 100644 index 000000000000..be9036eedcd4 --- /dev/null +++ b/net-p2p/gift/files/gift.confd @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# /etc/conf.d/gift +# Config file for gift control script + +# Change the following vars only if you know +# what you're doing, there's no checking for +# invalid data yet! + +# owner of giFTd process (don't change, must be existing) +USER="p2p" + +# directory with configuration +LOCAL_DIR="/usr/share/giFT" + +# logfile (/dev/null for nowhere) +LOG="/var/log/giftd.log" + +# nice level, 0<x<19, more nice -> less cpuspeed consumed +NICE="19" |