之前因为安装PhotoShop,同时安装了AdobeCreativeCloud,结果AdobeCreativeCloud每次都开机启动,需要把它禁用掉
直接卸载对应plist配置
launchctl unload /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
更改plist配置
cd /Library/LaunchAgents/
sudo vim com.adobe.AdobeCreativeCloud.plist
修改完成后输入:wq保存退出
检查plist语法是否正确
plutil ~/Library/LaunchAgents/example.plist
载入配置, 使配置生效
launchctl load
~/Library/LaunchAgents/example.plist
卸载配置
launchctl unload ~/Library/LaunchAgents/example.plist
查看服务运行状态
launchctl list