Francisco Ripoli's Blog A blog about tech and general stuff

Stopping MongoDB from automatically starting up on Ubuntu

Edit the file /etc/default/mongod - you'll probably have to create it

add the line

ENABLE_MONGOD=no

restart =)