apachectl: add pt_BR translation

This commit is contained in:
Andreia Bohner
2022-07-16 23:11:31 -03:00
committed by Axel Navarro
parent ce8162ac0c
commit c4ce1b716e

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`