Quote:
Originally Posted by 64base
And where is the binary located? -_-
|
I believe it is /usr/bin/supybot (just plain old supybot works when ssh'ed into the device).
---------- EDIT ----------
Hmm... I can't even get it to work if I tell it to run a bash script.
---------- EDIT ----------
Okay so here's my .plist file..
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.gtrsdk.bot</string>
<key>ProgramArguments</key>
<array>
<string>/private/var/root/script.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>1</integer>
</dict>
</plist>
I can't figure out what I did wrong... Maybe I need to specify somewhere to launch this?
Or are there permission problems?