1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/osx/launchd.md

14 lines
427 B
Markdown
Raw Normal View History

# launchd
> Dit beheert processen, zowel voor het systeem als voor de gebruiker.
> `launchd` kan niet manueel gestart worden, gebruik `launchctl` om ermee te interacteren.
> Meer informatie: <https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html>.
- Draai initialisatie:
`/sbin/launchd`
- Bekijk de documentatie van het originele commando:
`tldr launchctl`