Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MHXXX authored Oct 20, 2020
1 parent 946ea7d commit 5a403d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
# Description: This file should be used to construct scripts to be placed in /etc/init.d.
### END INIT INFO
RESOURCE_NAME=$(pwd)/XXXXX.jar
JAVA=/jre/bin/VVAS-DataCenter-Process
JAVA=/jre/bin/java
nohup $JAVA -XX:+UseG1GC -XX:+OmitStackTraceInFastThrow -Duser.timezone=GMT+8 -jar $RESOURCE_NAME -Xms2G -Xmx4G --server.port=15050 --spring.profiles.active=pro > /dev/null &
echo Success!

0 comments on commit 5a403d4

Please sign in to comment.