Created
September 3, 2014 21:15
-
-
Save nicksnell/2b197e97a7666543c70d to your computer and use it in GitHub Desktop.
stop script for mongo on webfaction
This file contains hidden or 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
| #!/bin/sh | |
| PREFIX=$HOME/webapps/mongo_db | |
| kill -2 `cat $PREFIX/data/mongod.lock` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment