/ src / launchd / SystemStarter / com.apple.SystemStarter.plist
com.apple.SystemStarter.plist
 1  <?xml version="1.0" encoding="UTF-8"?>
 2  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 3  <plist version="1.0">
 4  <dict>
 5  	<key>KeepAlive</key>
 6  	<dict>
 7  		<key>PathState</key>
 8  		<dict>
 9  			<key>/etc/rc.local</key>
10  			<true/>
11  			<key>/etc/rc.shutdown.local</key>
12  			<true/>
13  		</dict>
14  	</dict>
15  	<key>Label</key>
16  	<string>com.apple.SystemStarter</string>
17  	<key>Program</key>
18  	<string>/sbin/SystemStarter</string>
19  	<key>QueueDirectories</key>
20  	<array>
21  		<string>/Library/StartupItems</string>
22  		<string>/System/Library/StartupItems</string>
23  	</array>
24  </dict>
25  </plist>