mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
teamspeak: Remove package
This is an old version any way and just used to download the pre-compiled data from the servers of the vendor.
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
#!/bin/sh
|
||||
########################################################################
|
||||
# Begin $rc_base/init.d/teamspeak
|
||||
#
|
||||
# Description : Start/Stops the teamspeak server
|
||||
#
|
||||
# Authors : Michael Tremer
|
||||
#
|
||||
# Version : 01.00
|
||||
#
|
||||
# Notes :
|
||||
#
|
||||
########################################################################
|
||||
|
||||
. /etc/sysconfig/rc
|
||||
. $rc_functions
|
||||
|
||||
case "$1" in
|
||||
status)
|
||||
statusproc /opt/teamspeak/server_linux
|
||||
;;
|
||||
*)
|
||||
export LANG=en_US.utf8
|
||||
cd /opt/teamspeak && sudo -u teamspeak ./teamspeak2-server_startscript $*
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
# End $rc_base/init.d/teamspeak
|
||||
Reference in New Issue
Block a user