3 changed files with 13 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||
#! /bin/bash |
|||
|
|||
BASEDIR="/opt/teamspeak3-server" |
|||
|
|||
export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" |
|||
|
|||
# work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH |
|||
cd "${BASEDIR}" |
|||
|
|||
exec "${BASEDIR}/sbin/tsdnsserver" $* |
Loading…
Reference in new issue