查看已禁用的系统服务:
launchctl print-disabled system
disabled services = {
"com.apple.CSCSupportd" => true
"com.apple.ftpd" => true
"com.apple.mdmclient.daemon.runatboot" => true
"fans" => false
"com.proxyman.NSProxy.HelperTool" => true
}
如果为 true,即已被禁用。
启用服务(注意 system/ 前缀):
sudo launchctl enable system/com.proxyman.NSProxy.HelperTool