Created
July 4, 2016 17:04
-
-
Save joaohornburg/a3480ea878e261a1119fe4ff84cd5ed6 to your computer and use it in GitHub Desktop.
stop_services_to_install_docker
This file contains 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
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist | |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.redis.plist | |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist | |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment