-
Notifications
You must be signed in to change notification settings - Fork 8
/
goes-east.plist
29 lines (29 loc) · 884 Bytes
/
goes-east.plist
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
<?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>goes-east-desktop</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/python</string>
<string>/Users/willw/code/live-earth-desktop/goes-east.py</string>
<string>/Users/willw/code/live-earth-desktop/desktop.png</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>600</integer>
<key>StandardOutPath</key>
<string>/Users/willw/code/live-earth-desktop/out.log</string>
<key>StandardErrorPath</key>
<string>/Users/willw/code/live-earth-desktop/err.log</string>
<!-- <key>KeepAlive</key>
<dict>
<key>SuccesfulExit</key>
<false/>
</dict> -->
<key>ThrottleInterval</key>
<integer>300</integer>
</dict>
</plist>