-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplotsurf.plist
36 lines (35 loc) · 909 Bytes
/
plotsurf.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
30
31
32
33
34
35
36
<?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>local.plotsurf</string>
<key>UserName</key>
<string>$USER</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/bin:/usr/bin</string>
</dict>
<key>WorkingDirectory</key>
<string>$SURFDIR</string>
<key>StandardErrorPath</key>
<string>$SURFDIR/plotsurf_plist_err.log</string>
<key>ProgramArguments</key>
<array>
<string>/bin/sh</string>
<string>-c</string>
<string>$SURFPATH/plotsurf.sh 2>> /tmp/plotsurf_err.log</string>
</array>
<key>StartCalendarInterval</key>
<array>
<dict>
<key>Hour</key>
<integer>1</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
</array>
</dict>
</plist>