Skip to content

Instantly share code, notes, and snippets.

@vsetka
Last active November 6, 2017 11:51
Show Gist options
  • Save vsetka/45d9cd15b91685ab47c14dc08bd9568c to your computer and use it in GitHub Desktop.
Save vsetka/45d9cd15b91685ab47c14dc08bd9568c to your computer and use it in GitHub Desktop.
# Set KeepAlive and RunAtLoad to false
vi ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
# Unload plist
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
# Stop the service if needed
pg_ctl -D /Users/my.username/usr/local/var/postgres/ stop -m fast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment