export ES_JAVA_OPTS in deb script

This commit is contained in:
Shay Banon 2012-06-07 15:45:57 +02:00
parent b8acb9c0bb
commit 72646fdfea
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ DAEMON=$ES_HOME/bin/elasticsearch
DAEMON_OPTS="-p $PID_FILE -Des.config=$CONF_FILE -Des.path.home=$ES_HOME -Des.path.logs=$LOG_DIR -Des.path.data=$DATA_DIR -Des.path.work=$WORK_DIR -Des.path.conf=$CONF_DIR"
export ES_HEAP_SIZE
export ES_JAVA_OPTS
# Check DAEMON exists
test -x $DAEMON || exit 0