Files
guru/net-misc/yacy/files/yacy.confd
Alessandro Barbieri d9dd532a8f net-misc/yacy: fix headers
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-06-26 04:29:43 +02:00

18 lines
386 B
Plaintext

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# home-directory
YACY_HOME="/usr/share/yacy"
# user to run yacy as
YACY_USER="yacy"
# java options (optional)
JAVA_OPTIONS="-Xmx600m -Xms180m"
# niceness (optional)
NICENESS="1"
# wait on stop, should be maxWaitingWordFlush, see DATA/SETTINGS/httpProxy.conf
WAIT_ON_STOP="180"