commands.sh

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

Start a service immediately and register it to launch at login (or boot)

brew services start formula

Stop the service immediately and unregister it from launching at login (or boot)

brew services stop formula

Stop (if necessary) and start the service immediately and register it to launch at login (or boot)

brew services restart formula

Remove all unused services

made by @shridhargupta | data from tldr-pages