So I followed the instructions on TeamSpeak forum itself. Everybody there seem to put this to work, and I'm the only one who gets simply no result at all. Since people in TeamSpeak forum are more windows users, and some are linux users, and just one or two actually use mac os to serve teamspeak, I am now asking here for the help.
This is what I want to do:
Run TeamSpeak 3 Server as a daemon, both on snow leopard and SL server.
[solved] launchd and Teamspeak 3 - SUCCESS
My results: no connection, no ts3 process on the activity monitor, no nothing happening, it will work ok just if I open terminal and launch TS3 manually.
Thank you guys!
My plist file, made on textedit.app, saved as plain text:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<false/>
<key>Label</key>
<string>local.ts3s</string>
<key>ProgramArguments</key>
<array>
<string>/Users/fernando/TeamSpeak3Server/ts3server_mac</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>fernando</string>
<key>WorkingDirectory</key>
<string>/Users/fernando/TeamSpeak3Server/</string>
</dict>
</plist>
/var/log? – patrix♦ Jun 3 '12 at 14:32fernandohas write access. – patrix♦ Jun 3 '12 at 14:55launchctl load ts3server.plist? – patrix♦ Jun 3 '12 at 15:05