The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Launchd"
(Created page with "launchd is the background process used to manage daemons running on the phone. It is commanded using launchctl. ==External Links== [http://en.wikipedia.org/wiki/Launchd launchd ...") |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} |
||
− | launchd is the background process used to manage daemons running on the phone. It is commanded using launchctl. |
||
+ | '''launchd''' is first process loaded by the kernel. This process is used to manage daemons running on the device. It is commanded using launchctl. The source code used to be available, but with OS X 10.10/iOS 8.0 has been moved into the closed source libxpc, and has undergone significant changes (e.g. single process rather than per-user launchd, and improved XPC functionality). |
||
− | ==External Links== |
+ | == External Links == |
− | [ |
+ | * [[wikipedia:launchd|Wikipedia]] |
+ | |||
+ | {{stub|firmware}} |
||
+ | [[Category:Daemons]] |
Latest revision as of 20:36, 13 February 2023
launchd is first process loaded by the kernel. This process is used to manage daemons running on the device. It is commanded using launchctl. The source code used to be available, but with OS X 10.10/iOS 8.0 has been moved into the closed source libxpc, and has undergone significant changes (e.g. single process rather than per-user launchd, and improved XPC functionality).
External Links
This firmware article is a "stub", an incomplete page. Please add more content to this article and remove this tag. |