stop mongodb service mac code example
Example 1: mongodb stop server mac
//stops mongodb server
brew services stop [email protected]
//starts mongodb server
brew services start [email protected]
Example 2: start service mongodb on mac
$ brew services list
Name Status User Plist
mongodb-community stopped
$ brew services start mongodb-community
==> Successfully started `mongodb-community` (label: homebrew.mxcl.mongodb-community)