summaryrefslogtreecommitdiff
path: root/app-misc/elasticsearch/files/elasticsearch-systemd-pre-exec
blob: a51d639bf7d4fecc8c921c27a30a1aa707f97b95 (plain)
1
2
3
4
5
6
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