Merge pull request #4359 from ZakarFin/master

* pr/4359:
  Fix linux service script command syntax
pull/4359/merge
Stephane Nicoll 9 years ago
commit 2aa1a02699

@ -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 "$@" \

Loading…
Cancel
Save