J4n Posted May 22, 2020 Share Posted May 22, 2020 Hallo zusammen, Ich habe eine Frage. Wie schreibe ich ein start.sh script (mit screen) in dem der Server, wenn er gestoppt wurde oder abgestürzt ist sofort wieder startet? PS: Ich habe debian 10 Vielen dank und Gruß Jan Treinzen Link to comment Share on other sites More sharing options...
J4n Posted May 26, 2020 Author Share Posted May 26, 2020 Kann mir bitte jemand helfen? Link to comment Share on other sites More sharing options...
Cantibra Posted May 26, 2020 Share Posted May 26, 2020 (edited) #!/bin/bash BINDIR="" cd $BINDIR while true; do java -Xms2g -Xmx2g -jar spigot.jar echo 'Press now STRG-C if you want do stop this script.' for i in 5 4 3 2 1; do echo "$i..." sleep 1 done done In die Variable BINDIR trägst du den Speicherort des Servers ein. Und die Zeile, die mit "java" beginnt, musst du dementsprechend natürlich auch noch anpassen. Viel Spaß damit. Edited May 27, 2020 by Cantibra Link to comment Share on other sites More sharing options...
J4n Posted May 27, 2020 Author Share Posted May 27, 2020 Danke Link to comment Share on other sites More sharing options...
Quik2007 Posted June 17, 2020 Share Posted June 17, 2020 Könntest du die Frage schließen? Ich glaub dein Problem ist ja behoben 😉 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now