Install mongodb
sudo apt-get install mongodb
Acess mongodb.service and insert the configuration code
cd /lib/systemd/system
sudo vim mongodb.service
[Unit]
Description=High-performance, schema-free document-oriented database
Documentation=man:mongod(1)