Skip to content

Instantly share code, notes, and snippets.

@noherczeg
Created May 31, 2014 17:46
Show Gist options
  • Save noherczeg/57a5f5127e4bd6558b68 to your computer and use it in GitHub Desktop.
Save noherczeg/57a5f5127e4bd6558b68 to your computer and use it in GitHub Desktop.
Teamspeak3 autostart script for Debian
#!/bin/sh -e
#
# rc.local
sudo -u teamspeaker /[SERVER_FOLDER]/ts3server_startscript.sh start
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment