Skip to content

Instantly share code, notes, and snippets.

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

  • Save nicksnell/32c8dc92090c3e153521 to your computer and use it in GitHub Desktop.

Select an option

Save nicksnell/32c8dc92090c3e153521 to your computer and use it in GitHub Desktop.
restart script for mongo on webfaction
#!/bin/bash
$HOME/webapps/mongo_db/bin/stop
sleep 4
$HOME/webapps/mongo_db/bin/start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment