From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-misc/elasticsearch/files/elasticsearch-systemd-pre-exec | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 app-misc/elasticsearch/files/elasticsearch-systemd-pre-exec (limited to 'app-misc/elasticsearch/files/elasticsearch-systemd-pre-exec') diff --git a/app-misc/elasticsearch/files/elasticsearch-systemd-pre-exec b/app-misc/elasticsearch/files/elasticsearch-systemd-pre-exec new file mode 100755 index 000000000000..a51d639bf7d4 --- /dev/null +++ b/app-misc/elasticsearch/files/elasticsearch-systemd-pre-exec @@ -0,0 +1,7 @@ +#!/bin/sh + +# CONF_FILE setting was removed +if [ ! -z "$CONF_FILE" ]; then + echo "CONF_FILE setting is no longer supported. elasticsearch.yml must be placed in the config directory and cannot be renamed." + exit 1 +fi -- cgit v1.2.3