Created
February 3, 2016 01:10
-
-
Save bluerabbit/952282c97cdad463d5be to your computer and use it in GitHub Desktop.
circleciで未使用のサービスを止める
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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