Skip to content

Commit 663a9ee

Browse files
committed
packaging: update JAVA_DEBUG params
IntelliJ suggests new syntax for debugging with JDK 9 or later Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 35a7438 commit 663a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/systemd/cloudstack-management.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ BOOTSTRAP_CLASS=org.apache.cloudstack.ServerDaemon
2626
#You can change the parameters at your will. The 'address' field defines the port to be used. #
2727
################################################################################################
2828
# This option here should be used with 'systemmd' based operating systems such as CentOS7, Ubuntu 16, and so on.
29-
#JAVA_DEBUG="-agentlib:jdwp=transport=dt_socket,address=*:8000,server=y,suspend=n"
29+
#JAVA_DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000"
3030

3131
# On the other hand, this option is used by CentOS6.
3232
#JAVA_DEBUG="-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"

0 commit comments

Comments
 (0)