Added a teamspeak server addon.

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1220 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2008-02-17 22:31:48 +00:00
parent 01ab1e1250
commit 03129a5b72
9 changed files with 187 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/sh
########################################################################
# Begin $rc_base/init.d/teamspeak
#
# Description : Start/Stops the teamspeak server
#
# Authors : Michael Tremer
#
# Version : 01.00
#
# Notes :
#
########################################################################
cd /opt/teamspeak && sudo -u teamspeak ./teamspeak2-server_startscript $*
# End $rc_base/init.d/teamspeak