forked from prirun/p50em
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathem19.launchd
40 lines (31 loc) · 801 Bytes
/
em19.launchd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<dict>
<key>Label</key>
<string>com.prirun.em19</string>
<key>ServiceDescription</key>
<string>Rev 19 Prime Emulator</string>
<key>Disabled</key>
<false/>
<key>OnDemand</key>
<false/>
<key>LowPriorityIO</key>
<true/>
<key>UserName</key>
<string>jim</string>
<key>GroupName</key>
<string>staff</string>
<key>Program</key>
<string>/Users/jim/prime/pub/runem</string>
<key>WorkingDirectory</key>
<string>/Users/jim/prime/pub/</string>
<key>ProgramArguments</key>
<array>
<string>runem</string>
<string>19</string>
<string>8001</string>
<string>8101</string>
</array>
</dict>
</plist>