1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 21:55:25 +02:00

launchd: update Spanish translation (#14090)

This commit is contained in:
Darío Hereñú 2024-10-16 16:23:10 -03:00 committed by GitHub
parent ec4efadda2
commit 97d3ade0dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
pages.es/osx/launchd.md Normal file
View file

@ -0,0 +1,13 @@
# launchd
> Gestiona procesos, tanto para el sistema como para los usuarios.
> No puedes invocar launchd manualmente, usa launchctl para interactuar con él.
> Más información: <https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html>.
- Ejecuta init:
`/sbin/launchd`
- Consulta la documentación para interactuar con launchd usando launchctl:
`tldr launchctl`