Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fabiotatsuo/7a55c29635594cc7a25618b5cb456f5e to your computer and use it in GitHub Desktop.
Save fabiotatsuo/7a55c29635594cc7a25618b5cb456f5e to your computer and use it in GitHub Desktop.
Loading and unloading services OS X
Check services
$ cd ~/Library/LaunchAgents/
Load
$ launchctl load $PATH_TO_LIST
Unload
$ launchctl unload $PATH_TO_LIST
https://robots.thoughtbot.com/starting-and-stopping-background-services-with-homebrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment