]> git.saurik.com Git - apple/launchd.git/blame - launchd/testing/mach_via_launchd.plist
launchd-328.tar.gz
[apple/launchd.git] / launchd / testing / mach_via_launchd.plist
CommitLineData
ed34e3c3
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>launchd.testing.mach_via_launchd</string>
7 <key>ProgramArguments</key>
8 <array>
9 <string>./mach_via_launchd</string>
10 </array>
11 <key>OnDemand</key>
12 <false/>
13 <key>MachServices</key>
14 <dict>
15 <key>com.apple.launchd.test.service</key>
16 <true/>
17 </dict>
18</dict>
19</plist>