brew services
Manage background services with macOS' launchctl(1) daemon manager
Subcommands
Name | Description |
---|
cleanup | Remove all unused services |
list | List all services |
run | Run the service formula without registering to launch at login (or boot) |
start | Start the service formula immediately and register it to launch at login |
stop | Stop the service formula immediately and unregister it from launching at |
restart | Stop (if necessary) and start the service formula immediately and register it to launch at login (or boot) |
Options
Name | Description |
---|
-d, --debug | Display any debugging information |
-q, --quiet | Make some output more quiet |
-v, --verbose | Make some output more verbose |
-h, --help | Show help message |
--file | Use the plist file from this location to start or run the service |
--all | Run subcommand on all services |
-v, --verbose | Make some output more verbose |
-h, --help | Get help with services command |