#Start & #Stop mongodb-community code example
Example: #Start & #Stop mongodb-community
#Start
brew services start mongodb-community
#Or
brew services start mongodb/brew/mongodb-community
#Stop
brew services stop mongodb-community
#Or
brew services stop mongodb/brew/mongodb-community