summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2017-01-07 07:00:36 +0000
committerGöktürk Yüksek <gokturk@gentoo.org>2017-01-15 12:37:13 -0500
commit91f36d4c36a3a57c17d7e23e43a0b727e45490b3 (patch)
treeeab78280a6a2a9d856164c6a47b41f80913ab441 /app-misc/elasticsearch/files
parentmedia-video/gxine: add missing RDEPEND variable (diff)
downloadgentoo-91f36d4c36a3a57c17d7e23e43a0b727e45490b3.tar.gz
gentoo-91f36d4c36a3a57c17d7e23e43a0b727e45490b3.tar.bz2
gentoo-91f36d4c36a3a57c17d7e23e43a0b727e45490b3.zip
app-misc/elasticsearch: bump to 2.4.3
Diffstat (limited to 'app-misc/elasticsearch/files')
-rw-r--r--app-misc/elasticsearch/files/elasticsearch.init62
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/elasticsearch/files/elasticsearch.init6 b/app-misc/elasticsearch/files/elasticsearch.init6
index dd3314880daa..9b11ed61db9d 100644
--- a/app-misc/elasticsearch/files/elasticsearch.init6
+++ b/app-misc/elasticsearch/files/elasticsearch.init6
@@ -21,7 +21,7 @@ fi
ES_HOME=${ES_HOME:="/usr/share/elasticsearch"}
ES_USER=${ES_USER:="elasticsearch"}
ES_GROUP=${ES_GROUP:="elasticsearch"}
-ES_GC_LOG_FILE=${ES_GC_LOG_FILE:="${LOG_DIR}/gc.log"}
+ES_GC_LOG_FILE=${ES_GC_LOG_FILE:="/dev/null"}
MAX_OPEN_FILES=${MAX_OPEN_FILES:=65535}
MAX_MAP_COUNT=${MAX_MAP_COUNT:=262144}