[media-sound/teamspeak-server-bin] fix path

This commit is contained in:
Robert Förster 2013-09-06 17:41:47 +02:00
parent 8554d0d224
commit 991a8188f6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ start() {
start-stop-daemon --start --quiet --background \ start-stop-daemon --start --quiet --background \
--pidfile "/var/run/teamspeak3-server/tsdns.pid" --make-pidfile \ --pidfile "/var/run/teamspeak3-server/tsdns.pid" --make-pidfile \
--user "teamspeak3" --chdir "/opt/teamspeak3-server/tsdns" \ --user "teamspeak3" --chdir "/opt/teamspeak3-server" \
--exec "/usr/sbin/tsdnsserver" --exec "/usr/sbin/tsdnsserver"
eend $? eend $?