mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
18 lines
386 B
Plaintext
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"
|