如何在 OSX 上停止 boxeeservice 进程?

发布于 2024-10-20 05:55:38 字数 211 浏览 3 评论 0原文

我在我的 osx 盒子上安装了 boxee,但无法找到停止 boxeeservice 进程的方法 - 我只是想暂时关闭它。我试图杀死 -9 进程,它就返回了。似乎它位于 launchctl 进程之一中,但 /Library/LaunchAgents 文件夹中没有任何内容表明存在 boxee plist 项目。

boxeeservice 进程从哪里启动?我怎样才能在需要时停止/启动该过程?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

是伱的 2024-10-27 05:55:38

找到了答案 - 它位于 ~/Library/LaunchAgents/ 文件夹中,名为 tv.boxeee.helper.plist。所以

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

很好地停止了这个过程。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文