13 lines
363 B
Markdown
13 lines
363 B
Markdown
# launchd
|
||
|
||
> 管理系统和用户的进程。
|
||
> 你不能手动调用 launchd,使用 launchctl 与之互动。
|
||
> 更多信息: <https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html>。
|
||
|
||
- 运行 init:
|
||
|
||
`/sbin/launchd`
|
||
|
||
- 查看使用 launchctl 与 launchd 互动的文档:
|
||
|
||
`tldr launchctl` |