I installed mongodb
by Ubuntu Software Center
in ubuntu 15.10 desktop
. Service Mongodb
starts automatically every time when I boot my laptop. Because it is not in the server edition os, so I want to start or stop the service manually, like sudo sevice mongodb start/stop
.
I've tied to comment # start on runlevel [2345]
in /etc/init/mongodb.conf
, and remove all *mongo*
from all /etc/rc*.d/
.
The service still starts automatically.
So, please help me.