9 .Nd System Configuration Daemon
15 .Op Fl t Ar bundle-path
20 is responsible for many configuration aspects of the local system.
22 maintains data reflecting the desired and current state of the system,
23 provides notifications to applications when this data changes,
24 and hosts a number of configuration agents in the form of loadable
27 Each configuration agent is responsible for a well-defined aspect
28 of configuration management. The agents look to one or more input
29 sources (preferences, low-level kernel events,
31 notifications, etc) and, through
32 a set of policy modules, interacts with the system to establish
33 the desired operational configuration.
35 Access to the data maintained by
37 is via the SystemConfiguration.framework SCDynamicStore APIs.
40 The command line options are as follows:
43 Don't actually load any bundles.
45 Prevents the loading of the bundle with the specified
50 in the foreground without forking. This is useful for debugging.
54 into verbose mode. Displays debugging information about
55 bundles as they are being loaded.
57 Turns verbose mode on for the bundle with the specified
59 .It Fl t Ar bundle-path
60 Loads only the bundle specified by
64 At the present time, the majority of the configuration agents (or bundles) hosted by
66 are used to establish and maintain the network configuration.
70 This bundle is responsible for establishing and maintaining the AppleTalk network configuration on the system.
71 .Ss KernelEventMonitor
72 This bundle is responsible for monitoring kernel events and conveying changes to the network state (e.g. link status) to other configuration agents and interested applications.
74 This bundle provides a name to each of the system's network interfaces. The bundle queries the
75 IOKit Registry for a list of network devices attached to the system and gives them BSD style names such as
78 This agent is responsible for establishing and maintaining IPv4 addresses on the system. These addresses may be manually specified in the network preferences or acquired using DHCP (or BOOTP).
80 This agent is responsible for establishing and maintaining IPv6 addresses on the system.
82 This agent is responsible for establishing and maintaining the primary network service, the default route, the active DNS configuration, and the active network proxies on the system.
84 This agent is responsible for establishing and maintaining the media type, media options, and MTU for ethernet interfaces.
85 .Ss PreferencesMonitor
86 This agent is responsible for conveying the network configuration preferences specified by the administrator to the various configuration agents (AppleTalk, IPv4, IPv6, ...).
88 This agent is responsible for establishing and maintaining PPP connections on the system.
91 .It Pa /System/Library/SystemConfiguration/
95 .It Pa /Library/Preferences/SystemConfiguration/
96 Default directory for system configuration persistent store files.
97 .Bl -tag -width .../VirtualNetworkInterfaces.plist
98 .It Pa .../preferences.plist
100 .It Pa .../NetworkInterfaces.plist
101 Network interface --> BSD interface mappings
102 .It Pa .../VirtualNetworkInterfaces.plist
103 Virtual network interface (VLAN) configuration
107 Log messages generated by
109 and any configuration agents will are
110 sent to the system log daemon by
112 The syslog facility used is LOG_DAEMON.
115 option is specified, log messages with written to stdout (or stderr if
116 the priority is greater than LOG_NOTICE).
119 was designed to run without any intervention but if you insist on sending a signal to the daemon then the following are available:
120 .Bl -tag -width SIGTERM
122 This signal, typically used to tell a daemon to reload it's configuration, is ignored (there is no configuration).
124 This signal initiates a
126 shutdown of the daemon.
129 ./".Xr SystemConfiguration.framework 3 ,
136 daemon appeared in Mac OS X Public Beta.
138 Unless started with the
144 such that the daemon will be restarted in the event of a crash.
145 This registration will be removed during
147 shutdowns of the daemon.
149 This daemon and its current behavior may change without notice. Do not rely
150 on its existence or its behavior. Consider it an unsupported command.