Created
July 26, 2017 03:50
-
-
Save fabiotatsuo/7a55c29635594cc7a25618b5cb456f5e to your computer and use it in GitHub Desktop.
Loading and unloading services OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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