Skip to content

Instantly share code, notes, and snippets.

@nicksnell
Created September 3, 2014 21:15
Show Gist options
  • Select an option

  • Save nicksnell/2b197e97a7666543c70d to your computer and use it in GitHub Desktop.

Select an option

Save nicksnell/2b197e97a7666543c70d to your computer and use it in GitHub Desktop.
stop script for mongo on webfaction
#!/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