Mac
$ brew services list
$ brew services stop mongodb
$ brew services start mongodb
CentOS
$ sudo service mongod stop
$ sudo service mongod start
Mac
$ brew services list
$ brew services stop mongodb
$ brew services start mongodb
CentOS
$ sudo service mongod stop
$ sudo service mongod start