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:
parent
ec4efadda2
commit
97d3ade0dd
1 changed files with 13 additions and 0 deletions
13
pages.es/osx/launchd.md
Normal file
13
pages.es/osx/launchd.md
Normal 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`
|
Loading…
Add table
Reference in a new issue