Skip to content

Instantly share code, notes, and snippets.

@bluerabbit
Created February 3, 2016 01:10
Show Gist options
  • Save bluerabbit/952282c97cdad463d5be to your computer and use it in GitHub Desktop.
Save bluerabbit/952282c97cdad463d5be to your computer and use it in GitHub Desktop.
circleciで未使用のサービスを止める
machine:
post:
- sudo service mongodb stop
- sudo service postgresql stop
- sudo service couchdb stop
- sudo service zookeeper stop
- sudo -u rabbitmq rabbitmqctl stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment