Skip to content

Instantly share code, notes, and snippets.

@teamgroove
Created February 1, 2015 19:27
Show Gist options
  • Save teamgroove/ba916f9397d93ccffba2 to your computer and use it in GitHub Desktop.
Save teamgroove/ba916f9397d93ccffba2 to your computer and use it in GitHub Desktop.
osx: remove auto-starting processes
#type1
sudo launchctl unload -w /System/Library/LaunchDaemons/FOO
#type2
sudo launchctl unload -w /Library/LaunchDaemons/FOO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment