Skip to content

Instantly share code, notes, and snippets.

@jonalvarezz
Created August 1, 2016 22:30
Show Gist options
  • Save jonalvarezz/6caf4d3ad6e327356a5781c849c67bdc to your computer and use it in GitHub Desktop.
Save jonalvarezz/6caf4d3ad6e327356a5781c849c67bdc to your computer and use it in GitHub Desktop.
Launch HomeBrew Background Services

I dont like services running in background by default when I'm not using them. I prefer run only when needed.

Those are some commands to run these services so I dont forget them:

Postgres

postgres -D /usr/local/var/postgres

MongoDB

mongod --config /usr/local/etc/mongod.conf

MySQL

mysql.server start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment