Merge pull request #15173 from rhoml/enable_es_include_on_init
Enable es_include at init
This commit is contained in:
commit
48191a44ab
|
@ -107,6 +107,7 @@ export ES_DIRECT_SIZE
|
|||
export ES_JAVA_OPTS
|
||||
export ES_GC_LOG_FILE
|
||||
export JAVA_HOME
|
||||
export ES_INCLUDE
|
||||
|
||||
# Check DAEMON exists
|
||||
test -x $DAEMON || exit 0
|
||||
|
|
|
@ -66,6 +66,7 @@ export ES_JAVA_OPTS
|
|||
export ES_GC_LOG_FILE
|
||||
export ES_STARTUP_SLEEP_TIME
|
||||
export JAVA_HOME
|
||||
export ES_INCLUDE
|
||||
|
||||
lockfile=/var/lock/subsys/$prog
|
||||
|
||||
|
|
Loading…
Reference in New Issue