次要问题
启用软件时:
CFErrorDomainLaunchd Code=9
解决方案
# 查看被禁用信息
launchctl print-disabled system
# 找到你须要解禁的软件,运行上面命令解禁
sudo launchctl enable system/com.example.service
启用软件时:
CFErrorDomainLaunchd Code=9
# 查看被禁用信息
launchctl print-disabled system
# 找到你须要解禁的软件,运行上面命令解禁
sudo launchctl enable system/com.example.service