开机启动项管理

https://wild-flame.github.io/guides/docs/mac-os-x-setup-guide/preference_and_settings/launch

  • /Library/LaunchDaemons
    • 系统启动时运行,用户不登录也会运行。
  • /Library/LaunchAgents
    • 用户登录后运行
  • ~/Library/LaunchAgents
    • 用户自定义的用户启动项
  • /System/Library/LaunchDaemons
    • 系统自带的启动项
  • /System/Library/LaunchAgents
    • 系统自带的启动项