Fix linux service script command syntax

Closes gh-4359
This commit is contained in:
ZakarFin 2015-10-31 19:57:56 +02:00 committed by Stephane Nicoll
parent f3a2c1f4ac
commit efa7303507
1 changed files with 1 additions and 1 deletions

View File

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