]>
Commit | Line | Data |
---|---|---|
67c8f8a1 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>Disabled</key> | |
6 | <true/> | |
7 | <key>Label</key> | |
8 | <string>com.apple.dnsextd</string> | |
9 | <key>OnDemand</key> | |
10 | <false/> | |
11 | <key>ProgramArguments</key> | |
12 | <array> | |
13 | <string>/usr/sbin/dnsextd</string> | |
14 | <string>-launchd</string> | |
15 | </array> | |
67c8f8a1 A |
16 | </dict> |
17 | </plist> |