[Notice] Announcing the End of Demo Server [Read me]
--- restart.sh
+++ restart.sh
... | ... | @@ -7,4 +7,4 @@ |
7 | 7 |
|
8 | 8 |
pid=`ps -ef | grep java | grep com.typesafe.play | awk '{print $2}'` |
9 | 9 |
kill $pid |
10 |
-_JAVA_OPTIONS="-Xmx2048m -Xms1024m -Dyona.data=$YONA_DATA -DapplyEvolutions.default=true -Dhttp.port=$PORT" bin/yona |
|
10 |
+_JAVA_OPTIONS="-Xmx2048m -Xms1024m -Dyona.data=$YONA_DATA -DapplyEvolutions.default=true -Dhttp.port=$PORT" nohup bin/yona </dev/null >/dev/null 2>&1 & |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?