Difference between revisions of "/System/Library/LaunchDaemons"

From The iPhone Wiki
Jump to: navigation, search
m (Children: Wiki markup.)
(Children)
Line 15: Line 15:
 
* [[/System/Library/LaunchDaemons/com.apple.CrashHousekeeping.plist|com.apple.CrashHousekeeping.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.CrashHousekeeping.plist|com.apple.CrashHousekeeping.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.DumpBasebandCrash.plist|com.apple.DumpBasebandCrash.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.DumpBasebandCrash.plist|com.apple.DumpBasebandCrash.plist]]
* [[/System/Library/LaunchDaemons/com.apple.DumpPanic.plist|com.apple.DumpPanic.plist]]
+
* [[/System/Library/LaunchDaemons/com.apple.DumpPanic.plist|com.apple.DumpPanic.plist]] (gets previous crash information from Aapl,panic-info NVRAM variable, and writes to Crash Logs)
 
* [[/System/Library/LaunchDaemons/com.apple.MobileFileIntegrity.plist|com.apple.MobileFileIntegrity.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.MobileFileIntegrity.plist|com.apple.MobileFileIntegrity.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.MobileInternetSharing.plist|com.apple.MobileInternetSharing.plist]] (Internet Tethering)
 
* [[/System/Library/LaunchDaemons/com.apple.MobileInternetSharing.plist|com.apple.MobileInternetSharing.plist]] (Internet Tethering)
Line 30: Line 30:
 
* [[/System/Library/LaunchDaemons/com.apple.apsd.plist|com.apple.apsd.plist]] (Push Notifications)
 
* [[/System/Library/LaunchDaemons/com.apple.apsd.plist|com.apple.apsd.plist]] (Push Notifications)
 
* [[/System/Library/LaunchDaemons/com.apple.aslmanager.plist|com.apple.aslmanager.plist]] (Apple System Logging)
 
* [[/System/Library/LaunchDaemons/com.apple.aslmanager.plist|com.apple.aslmanager.plist]] (Apple System Logging)
* [[/System/Library/LaunchDaemons/com.apple.chud.chum.plist|com.apple.chud.chum.plist]] (For developers: "Computer ? Understands Developer")
+
* [[/System/Library/LaunchDaemons/com.apple.chud.chum.plist|com.apple.chud.chum.plist]] (For developers: "Computer Hardware Understanding Development")
* [[/System/Library/LaunchDaemons/com.apple.chud.pilotfish.plist|com.apple.chud.pilotfish.plist]] (For developers: "Computer ? Understands Developer")
+
* [[/System/Library/LaunchDaemons/com.apple.chud.pilotfish.plist|com.apple.chud.pilotfish.plist]] (For developers: "Computer Hardware Understanding Development")
 
* [[/System/Library/LaunchDaemons/com.apple.configd.plist|com.apple.configd.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.configd.plist|com.apple.configd.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.daily.plist|com.apple.daily.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.daily.plist|com.apple.daily.plist]]
Line 57: Line 57:
 
* [[/System/Library/LaunchDaemons/com.apple.powerlog.plist|com.apple.powerlog.plist]] (Logs incompatible chargers ? )
 
* [[/System/Library/LaunchDaemons/com.apple.powerlog.plist|com.apple.powerlog.plist]] (Logs incompatible chargers ? )
 
* [[/System/Library/LaunchDaemons/com.apple.psctl.plist|com.apple.psctl.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.psctl.plist|com.apple.psctl.plist]]
* [[/System/Library/LaunchDaemons/com.apple.racoon.plist|com.apple.racoon.plist]] (VPN)
+
* [[/System/Library/LaunchDaemons/com.apple.racoon.plist|com.apple.racoon.plist]] (VPN - exploited in iOS 5 "Corona" exploits)
 
* [[/System/Library/LaunchDaemons/com.apple.searchd.plist|com.apple.searchd.plist]] (Spotlight)
 
* [[/System/Library/LaunchDaemons/com.apple.searchd.plist|com.apple.searchd.plist]] (Spotlight)
 
* [[/System/Library/LaunchDaemons/com.apple.securekeyvaultd.plist|com.apple.securekeyvaultd.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.securekeyvaultd.plist|com.apple.securekeyvaultd.plist]]

Revision as of 22:26, 10 February 2012

Overview

Contains daemon configuration files. Unlike the /etc/init.d/ equivalent used in most PCs these files are not executable scripts; to start or stop services, use

launchctl {load|unload} [-w] path-to-plist

Children