Created
October 25, 2014 11:22
-
-
Save ozen/5991c50f1b8d0edb0545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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