Update maintainers, manpage and completions.

Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2022-03-22 00:08:46 +00:00
parent 4e98f4b368
commit e159de2a2f
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 7 additions and 0 deletions

View File

@ -1754,6 +1754,9 @@ Otherwise, operate on `~/Library/LaunchAgents` (started at login).
[`sudo`] `brew services stop` (*`formula`*|`--all`)
<br>Stop the service *`formula`* immediately and unregister it from launching at login (or boot).
[`sudo`] `brew services kill` (*`formula`*|`--all`)
<br>Stop the service *`formula`* immediately but keep it registered to launch at login (or boot).
[`sudo`] `brew services restart` (*`formula`*|`--all`)
<br>Stop (if necessary) and start the service *`formula`* immediately and register it to launch at login (or boot).

View File

@ -2469,6 +2469,10 @@ If \fBsudo\fR is passed, operate on \fB/Library/LaunchDaemons\fR (started at boo
Stop the service \fIformula\fR immediately and unregister it from launching at login (or boot)\.
.
.P
[\fBsudo\fR] \fBbrew services kill\fR (\fIformula\fR|\fB\-\-all\fR)
Stop the service \fIformula\fR immediately but keep it registered to launch at login (or boot)\.
.
.P
[\fBsudo\fR] \fBbrew services restart\fR (\fIformula\fR|\fB\-\-all\fR)
Stop (if necessary) and start the service \fIformula\fR immediately and register it to launch at login (or boot)\.
.