-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.kvl.tablo.archive.plist
executable file
·36 lines (36 loc) · 1.14 KB
/
local.kvl.tablo.archive.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.kvl.tablo.archive</string>
<key>UserName</key>
<string>kvl</string>
<key>GroupName</key>
<string>staff</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string>
</dict>
<key>Program</key>
<string>/Users/kvl/src/tablo_tools/archive-new-recordings.sh</string>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>2</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
<key>StandardOutPath</key>
<string>/var/log/tablo_archiver.log</string>
<key>StandardErrorPath</key>
<string>/var/log/tablo_archiver_err.log</string>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false />
</dict>
</dict>
</plist>