This commit is contained in:
2019-12-03 11:09:31 -05:00
parent 483fbc5ef4
commit 4195aad139
5 changed files with 54 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
export MGROOT="music_graph_api"
export JAVA="/usr/lib/jvm/java-11-oracle"
export JAVA="/usr/lib/jvm/java-11-openjdk-amd64"
screen -S mg_api -X quit
screen -S mg_api -d -m bash -c "cd ${MGROOT} && ${JAVA}/bin/java -jar target/music-graph-*-jar-with-dependencies.jar 2> stderr.txt"