Skip to content

Instantly share code, notes, and snippets.

@Shebella
Created June 23, 2015 10:34
Show Gist options
  • Save Shebella/7ae3232a9b8c1864b294 to your computer and use it in GitHub Desktop.
Save Shebella/7ae3232a9b8c1864b294 to your computer and use it in GitHub Desktop.
# To have launchd start postgresql at login:
ln -sfv /usr/local/opt/postgresql/*plist ~/Library/LaunchAgents
# Then to load postgresql now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment