This is a Bash Script vor Linux. With it can you run the CSGO Server in the backround this has the advantage, when you colse the connection the Server continues....
20.08.2012 18:36 Gameserver wieder verfügbar. 20.08.2012 17:35 Der Gameserver ist bis 19:00 nicht erreichbar erreichbar, da ein Backup erstellt wird.
Simpel autostart Script for Linux/Debian/Ubuntu Exampel Script: [sourcecode language='sh'] #!/bin/sh ### BEGIN INIT INFO case "$1" in start) echo "Starting NAME" start-stop-daemon --start -quiet -u counterstrike --chuid counterstrike --exec /home/counterstrike/source/server1/csStart.sh...