osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

13
pages.ko/osx/launchd.md Normal file
View File

@@ -0,0 +1,13 @@
# launchd
> 시스템 및 사용자 프로세스를 관리합니다.
> launchd를 수동으로 호출할 수 없으며, launchctl을 사용하여 상호작용해야 합니다.
> 더 많은 정보: <https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html>.
- init 실행:
`/sbin/launchd`
- launchctl을 사용하여 launchd와 상호작용하는 방법에 대한 문서 보기:
`tldr launchctl`