We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12cfcb4 + db8c1a8 commit 34802cfCopy full SHA for 34802cf
src/main/resources/com/typesafe/sbt/packager/archetypes/akka-bash-template
@@ -11,4 +11,4 @@ ${{template_declares}}
11
# we will use akka_classpath instead the app_classpath
12
[ -n "$akka_classpath" ] || akka_classpath="$AKKA_HOME/lib/*:$AKKA_HOME/conf"
13
14
-java $JAVA_OPTS -cp "$akka_classpath" -Dakka.home="$AKKA_HOME" -Dakka.kernel.quiet=false akka.kernel.Main $app_mainclass
+exec java $JAVA_OPTS -cp "$akka_classpath" -Dakka.home="$AKKA_HOME" -Dakka.kernel.quiet=false akka.kernel.Main $app_mainclass
0 commit comments