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

From The iPhone Wiki
Jump to: navigation, search
(Children: Added Siri & Dictation daemons.)
(Children: Touch ID and AirDrop daemons.)
Line 22: Line 22:
 
* [[/System/Library/LaunchDaemons/com.apple.ReportCrash.SafetyNet.plist|com.apple.ReportCrash.SafetyNet.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.ReportCrash.SafetyNet.plist|com.apple.ReportCrash.SafetyNet.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.ReportCrash.SimulateCrash.plist|com.apple.ReportCrash.SimulateCrash.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.ReportCrash.SimulateCrash.plist|com.apple.ReportCrash.SimulateCrash.plist]]
  +
* [[/System/Library/LaunchDaemons/com.apple.ReportCrash.StackShot.plist|com.apple.ReportCrash.StackShot.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.ReportCrash.plist|com.apple.ReportCrash.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.ReportCrash.plist|com.apple.ReportCrash.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.SCHelper-embedded.plist|com.apple.SCHelper-embedded.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.SCHelper-embedded.plist|com.apple.SCHelper-embedded.plist]]
Line 32: Line 33:
 
* [[/System/Library/LaunchDaemons/com.apple.assistant.analyzer.plist|com.apple.assistant.analyzer.plist]] (Siri analyzer)
 
* [[/System/Library/LaunchDaemons/com.apple.assistant.analyzer.plist|com.apple.assistant.analyzer.plist]] (Siri analyzer)
 
* [[/System/Library/LaunchDaemons/com.apple.assistantd.plist|com.apple.assistantd.plist]] (Siri and Dictation communication)
 
* [[/System/Library/LaunchDaemons/com.apple.assistantd.plist|com.apple.assistantd.plist]] (Siri and Dictation communication)
  +
* [[/System/Library/LaunchDaemons/com.apple.biometrickitd.plist|com.apple.biometrickitd.plist]] ([[Touch ID]] daemon)
 
* [[/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 Hardware Understanding Development")
 
* [[/System/Library/LaunchDaemons/com.apple.chud.chum.plist|com.apple.chud.chum.plist]] (For developers: "Computer Hardware Understanding Development")
Line 64: Line 66:
 
* [[/System/Library/LaunchDaemons/com.apple.securekeyvaultd.plist|com.apple.securekeyvaultd.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.securekeyvaultd.plist|com.apple.securekeyvaultd.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.securityd.plist|com.apple.securityd.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.securityd.plist|com.apple.securityd.plist]]
  +
* [[/System/Library/LaunchDaemons/com.apple.sharingd.plist|com.apple.sharingd.plist]] (AirDrop daemon)
 
* [[/System/Library/LaunchDaemons/com.apple.smbd.plist|com.apple.smbd.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.smbd.plist|com.apple.smbd.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.stackshot.server.plist|com.apple.stackshot.server.plist]]
 
* [[/System/Library/LaunchDaemons/com.apple.stackshot.server.plist|com.apple.stackshot.server.plist]]

Revision as of 10:11, 16 November 2013

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