守护进程目录
/System/Library/LaunchDaemons/
/Library/LaunchDaemons/
启动项Agent目录
/System/Library/LaunchAgents
/Library/LaunchAgents
~/Library/LaunchAgents
通过 launchctl 可以管理启动服务,常用命令
launchctl list 列出所有启动项服务
launchctl remove 删除服务
launchctl unload 注销服务