--- syntax: markdown tags: [tldr, osx] source: https://github.com/tldr-pages/tldr.git --- # launchd > This manages processes, both for the system and users. > You cannot invoke launchd manually, use launchctl to interact with it. > More information: . - Run init: `/sbin/launchd` - View documentation for interacting with launchd using launchctl: `tldr launchctl`