forked from mrmekon/touchtest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLaunch.plist
More file actions
23 lines (23 loc) · 726 Bytes
/
Launch.plist
File metadata and controls
23 lines (23 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- It's not advisable to edit this plist, it may be overwritten -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>touchhorn.service</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/touchhorn</string>
</array>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/Users/houghcol/Library/Logs/touchhorn.start.log</string>
<key>StandardOutPath</key>
<string>/Users/houghcol/Library/Logs/touchhorn.start.log</string>
<key>WorkingDirectory</key>
<string>/tmp</string>
</dict>
</plist>