1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 03:35:24 +02:00

launchd: improving main description (#14101)

This commit is contained in:
Renie Siqueira 2024-10-10 14:16:08 -03:00 committed by GitHub
parent 06452a8ff6
commit b5e3441c59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# launchd
> This manages processes, both for the system and users.
> Manages processes, both for the system and users.
> You cannot invoke launchd manually, use launchctl to interact with it.
> More information: <https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html>.