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