1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages.ko/osx/launchd.md

13 lines
462 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`