Skip to content

Commit

Permalink
improve run-service scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard van Heest committed Oct 23, 2018
1 parent b3864ad commit 8128a7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions run-service-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
#

APPHOME=home
DEBUG_PORT=${1:-8000}
shift

MAVEN_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=n" \
MAVEN_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,address=$DEBUG_PORT,suspend=n" \
LOGBACK_CONFIG="$APPHOME/cfg/logback-service.xml" \
QUIET="-q" run.sh run-service $@
run.sh run-service $@
2 changes: 1 addition & 1 deletion run-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
APPHOME=home

LOGBACK_CONFIG="$APPHOME/cfg/logback-service.xml" \
QUIET="-q" run.sh run-service $@
run.sh run-service $@

0 comments on commit 8128a7c

Please sign in to comment.