I have boxee installed on my osx box and can't figure out a way to stop the boxeeservice process - I just want it turned off for the time being. I tried to kill -9 the process and it just returns. Seems like it's in one of the launchctl processes but nothing in the /Library/LaunchAgents folder indicates that there's a boxee plist item.

Where is the boxeeservice process being launched from? And how can I stop/start the process when I want?

link|improve this question

50% accept rate
feedback

1 Answer

Found the answer - it's in the ~/Library/LaunchAgents/ folder as tv.boxeee.helper.plist. So

launchctl unload ~/Library/LaunchAgents/tv.boxee.helper.plist 

stops the process quite nicely.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.