Skip to content

Instantly share code, notes, and snippets.

@ideodora
Created April 29, 2016 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideodora/35cfdb68564748ce82665319d09d8b52 to your computer and use it in GitHub Desktop.
Save ideodora/35cfdb68564748ce82665319d09d8b52 to your computer and use it in GitHub Desktop.
brew インストールしたパケージの自動起動など
brew services list
# 自動起動するパッケージのリスト
brew services start mysql55
# mysql55 の自動起動を有効にする
brew services stop mysql55
# mysql55 の自動起動を無効にする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment