HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

launchd — Manage processes, both for the system and users. You cannot invoke launchd manually, use launchctl t

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclimanagebothforprocesseslaunchd
macos

Problem

How to use the launchd command: 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>.

Solution

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

Code Snippets

Run init

/sbin/launchd

View documentation for interacting with launchd using launchctl

tldr launchctl

Context

tldr-pages: osx/launchd

Revisions (0)

No revisions yet.