Commit efa73035 authored by ZakarFin's avatar ZakarFin Committed by Stephane Nicoll

Fix linux service script command syntax

Closes gh-4359
parent f3a2c1f4
......@@ -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 "$@" \
......
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