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

From The iPhone Wiki
Jump to: navigation, search
m (category mark)
(Children: Added Siri & Dictation daemons.)
Line 29: Line 29:
 
* [[/System/Library/LaunchDaemons/com.apple.accessoryd.plist|com.apple.accessoryd.plist]] (High-level Dock connector accessory support)
 
* [[/System/Library/LaunchDaemons/com.apple.accessoryd.plist|com.apple.accessoryd.plist]] (High-level Dock connector accessory support)
 
* [[/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.assistant_service.plist|com.apple.assistant_service.plist]] (Siri plugins support)
  +
* [[/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.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")

Revision as of 12:50, 25 September 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