]>
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.signaldeath</string> | |
7 | <key>ProgramArguments</key> | |
8 | <array> | |
9 | <string>kill</string> | |
10 | <string>-1</string> | |
11 | <string>0</string> | |
12 | </array> | |
13 | <key>OnDemand</key> | |
14 | <false/> | |
15 | </dict> | |
16 | </plist> |