brew services
all
Manage background services with `launchctl` on macOS or `systemctl` on Linux.
More info →Examples (6)
List all managed services for the current user
List more information about all managed services
brew services info --allStart a service immediately and register it to launch at login (or boot)
brew services start formulaStop the service immediately and unregister it from launching at login (or boot)
brew services stop formulaStop (if necessary) and start the service immediately and register it to launch at login (or boot)
brew services restart formulaRemove all unused services
brew services cleanupmade by @shridhargupta | data from tldr-pages