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

From The iPhone Wiki
Jump to: navigation, search
(Children: Touch ID and AirDrop daemons.)
(Children)
Line 30: Line 30:
 
* [[/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_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.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)

Revision as of 11:08, 1 December 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