Skip to content

Commit

Permalink
Init script in Debian package ignores some options in elasticsearch.y…
Browse files Browse the repository at this point in the history
…ml, closes #1765.
  • Loading branch information
kimchy committed Jun 11, 2012
1 parent 8072af9 commit 53be815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deb/init.d/elasticsearch
Expand Up @@ -90,7 +90,7 @@ fi
# Define other required variables
PID_FILE=/var/run/$NAME.pid
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"
DAEMON_OPTS="-p $PID_FILE -Des.default.config=$CONF_FILE -Des.default.path.home=$ES_HOME -Des.default.path.logs=$LOG_DIR -Des.default.path.data=$DATA_DIR -Des.default.path.work=$WORK_DIR -Des.default.path.conf=$CONF_DIR"

export ES_HEAP_SIZE
export ES_JAVA_OPTS
Expand Down

0 comments on commit 53be815

Please sign in to comment.