Files
tldr/pages.zh/osx/launchd.md

13 lines
363 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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