Skip to content

Instantly share code, notes, and snippets.

@jsphpl
Created August 14, 2017 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsphpl/e8462afcab8400c2177154c11d0bbeed to your computer and use it in GitHub Desktop.
Save jsphpl/e8462afcab8400c2177154c11d0bbeed to your computer and use it in GitHub Desktop.
Where macOS looks for services to launch on boot

These are the typical locations where startup plist files are stored. Yet, they can be located anywhere as long as they've been registered with launchctl.

  • ~/Library/LaunchAgents
  • /Library/LaunchAgents
  • /Library/LaunchDaemons
  • /Library/StartupItems
  • /System/Library/LaunchAgents
  • /System/Library/LaunchDaemons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment