Commit 2aa1a026 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #4359 from ZakarFin/master

* pr/4359:
  Fix linux service script command syntax
parents f3a2c1f4 efa73035
...@@ -137,7 +137,7 @@ do_start() { ...@@ -137,7 +137,7 @@ do_start() {
--make-pidfile --pidfile $pid_file \ --make-pidfile --pidfile $pid_file \
--background --no-close \ --background --no-close \
--startas $javaexe \ --startas $javaexe \
--chdir "$working_dir" --chdir "$working_dir" \
-- \ -- \
-Dsun.misc.URLClassPath.disableJarChecking=true $JAVA_OPTS \ -Dsun.misc.URLClassPath.disableJarChecking=true $JAVA_OPTS \
-jar $jarfile $RUN_ARGS "$@" \ -jar $jarfile $RUN_ARGS "$@" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment