Skip to content

Instantly share code, notes, and snippets.

@svengo
svengo / ts3server.sh
Created April 15, 2016 11:20
Teamspeak 3 server startup script for ubuntu
#! /bin/sh
### BEGIN INIT INFO
# Provides: teamspeak
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Teamspeak 3 server
# Description: This file should be used to construct scripts to be
# placed in /etc/init.d.