[media-sound/teamspeak-server] rename as in tree

This commit is contained in:
2018-06-24 19:50:52 +02:00
parent 5b589b0916
commit 0638379048
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Sets BASEDIR for teamspeak3-server
BASEDIR="/opt/teamspeak3-server"
# Work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
# Launch teamspeak3-server
cd "${BASEDIR}" && exec "${BASEDIR}/ts3server" $*