mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
65485698b1
Co-authored-by: znarfm <44516102+znarfm@users.noreply.github.com>
393 B
393 B
launchd
Manage 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.
- Run init:
/sbin/launchd
- View documentation for interacting with launchd using launchctl:
tldr launchctl