mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-12 07:31:37 +02:00
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:
17
src/initscripts/init.d/teamspeak
Normal file
17
src/initscripts/init.d/teamspeak
Normal 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
|
||||
Reference in New Issue
Block a user