apachectl: add pt_BR translation

pull/1/head
Andreia Bohner 2022-07-16 23:11:31 -03:00 committed by Axel Navarro
parent ce8162ac0c
commit c4ce1b716e
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# apachectl
> Interface de controle do Servidor HTTP Apache para macOS.
> Mais informações: <https://www.unix.com/man-page/osx/8/apachectl/>.
- Iniciar o job launchd `org.apache.httpd`:
`apachectl start`
- Parar o job launchd:
`apachectl stop`
- Parar, e então iniciar o job launchd:
`apachectl restart`