Skip to content

Instantly share code, notes, and snippets.

@unakatsuo
Created July 31, 2010 10:23
Show Gist options
  • Save unakatsuo/502025 to your computer and use it in GitHub Desktop.
Save unakatsuo/502025 to your computer and use it in GitHub Desktop.
# Ubuntu upstart file at /etc/init/mongodb.conf
start on runlevel [2345]
stop on runlevel [06]
exec /usr/local/mongodb/bin/mongod --config /usr/local/mongodb/mongod.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment