Search found 1 match
- March 12th, 2010, 2:25 pm
- Forum: General Help
- Topic: SABnzbd won't bind on boot through launchctl
- Replies: 1
- Views: 2525
SABnzbd won't bind on boot through launchctl
Running SABnzbd on an Apple TV. It's set to boot through launchctl, and I can't get it's http or https server to bind. launchctl runs a script to delay start 60 seconds (so the network can come up),. Looks like this: if ! ps -auxwww | grep -v grep | grep SABnzbd > /dev/null then sleep 60 open /Appl...