sudo vim /lib/systemd/system/mongod.service
Restart=always
service
sudo systemctl daemon-reload
When you install mongoDB just run systemctl enable mongod.service on terminal.
mongoDB
systemctl enable mongod.service
# systemctl enable mongod.service
This will make your mongoDB service auto-start on every restart.