简体   繁体   English

如何在OSX上停止boxeeservice进程?

[英]How to stop the boxeeservice process on OSX?

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. 我在osx盒子上安装了boxee,无法找到停止boxeeservice进程的方法-我只想暂时将其关闭。 I tried to kill -9 the process and it just returns. 我试图杀死-9的过程,它只是返回。 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. 似乎是在launchctl进程之一中,但/ Library / LaunchAgents文件夹中的任何内容都没有表明有boxee plist项。

Where is the boxeeservice process being launched from? boxeeservice流程从哪里启动? And how can I stop/start the process when I want? 以及如何在需要时停止/启动该过程?

Found the answer - it's in the ~/Library/LaunchAgents/ folder as tv.boxeee.helper.plist. 找到了答案-位于〜/ Library / LaunchAgents /文件夹中,为tv.boxeee.helper.plist。 So 所以

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

stops the process quite nicely. 很好地停止了该过程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM