2025-03-14 21:59:59 -06:00
|
|
|
# launchd
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Manage processes, both for the system and users.
|
2025-03-14 21:59:59 -06:00
|
|
|
> 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>.
|
|
|
|
|
|
|
|
|
|
- Run init:
|
|
|
|
|
|
|
|
|
|
`/sbin/launchd`
|
|
|
|
|
|
|
|
|
|
- View documentation for interacting with launchd using launchctl:
|
|
|
|
|
|
|
|
|
|
`tldr launchctl`
|