# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/yacy/files/yacy.confd,v 1.2 2005/08/04 15:36:17 slick Exp $ # home-directory YACY_HOME="/opt/yacy" # user who run yacy as YACY_USER="yacy" # java options (optional) JAVA_OPTIONS="-Xms16m -Xmx128m" # niceness (optional) NICENESS="1" # logfile or /dev/null LOG="yacy.log" # waitung on stop, should be maxWaitingWordFlush, see DATA/SETTINGS/httpProxy.conf WAIT_ON_STOP=180