Stopping MongoDB from automatically starting up on Ubuntu
19 Jul 2015Edit the file /etc/default/mongod - you'll probably have to create it
add the line
ENABLE_MONGOD=no
restart =)
Edit the file /etc/default/mongod - you'll probably have to create it
add the line
ENABLE_MONGOD=no
restart =)