Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 launchd 下安装了Redis作业。
为了检查我的应用程序在没有 Redis 的情况下如何工作,我想暂时停止一个。
$launchctl stop homebrew.redis # => redis down and up right away
我知道命令launchctl unload path_to_plist,但这不是我的解决方案。
launchctl unload path_to_plist
不卸载plist的解决方案是否存在?
我认为没有。
launchctl unload是在 OS X 中暂时停止服务的唯一方法。
launchctl unload