]>
Commit | Line | Data |
---|---|---|
e91b9f68 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.launchd.test.badexec</string> | |
7 | <key>ProgramArguments</key> | |
8 | <array> | |
9 | <string>/</string> | |
10 | </array> | |
11 | <key>OnDemand</key> | |
12 | <false/> | |
13 | </dict> | |
14 | </plist> |