summaryrefslogtreecommitdiff
blob: 52d5a99b27f9e883a1cf142cac3da70e6c8947e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/files/gift.confd,v 1.4 2005/09/16 23:32:20 mkay Exp $

# /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"