Skip to content

Instantly share code, notes, and snippets.

@ozen
Created October 25, 2014 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozen/5991c50f1b8d0edb0545 to your computer and use it in GitHub Desktop.
Save ozen/5991c50f1b8d0edb0545 to your computer and use it in GitHub Desktop.
# description "Start and stop the TS server"
console log
exec start-stop-daemon -S --chuid yigit -x /opt/teamspeak3/ts3server_minimal_runscript.sh dbplugin=ts3db_mysql
start on runlevel [2345] and started mysql
stop on runlevel [^2345]
respawn
respawn limit 10 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment