Fix linux service script command syntax

Closes gh-4359
pull/4359/merge
ZakarFin 9 years ago committed by Stephane Nicoll
parent f3a2c1f4ac
commit efa7303507

@ -137,7 +137,7 @@ do_start() {
--make-pidfile --pidfile $pid_file \
--background --no-close \
--startas $javaexe \
--chdir "$working_dir"
--chdir "$working_dir" \
-- \
-Dsun.misc.URLClassPath.disableJarChecking=true $JAVA_OPTS \
-jar $jarfile $RUN_ARGS "$@" \

Loading…
Cancel
Save