fix lineendings, also change to -server since i really don't care and everything else is silly.

This commit is contained in:
2013-05-11 05:06:56 +02:00
parent 80fa7efd63
commit 9dab0d6d76
3 changed files with 43 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ start() {
ebegin "Starting TeamSpeak 3 TSDNS Server"
start-stop-daemon --start --quiet --background \
--pidfile "/var/run/teamspeak3/tsdns.pid" --make-pidfile \
--pidfile "/var/run/teamspeak3-server/tsdns.pid" --make-pidfile \
--user "teamspeak3" --chdir "/opt/teamspeak3-server/tsdns" \
--exec "/opt/teamspeak3-server/tsdns/tsdnsserver"
@@ -22,7 +22,7 @@ stop() {
ebegin "Stopping TeamSpeak 3 TSDNS Server"
start-stop-daemon --stop --quiet \
--pidfile "/var/run/teamspeak3/tsdns.pid"
--pidfile "/var/run/teamspeak3-server/tsdns.pid"
eend $?
}