forked from heitortsergent/brewupdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnet.brewupdate.agent.plist
More file actions
32 lines (32 loc) · 957 Bytes
/
net.brewupdate.agent.plist
File metadata and controls
32 lines (32 loc) · 957 Bytes
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
<?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>net.brewupdate.agent</string>
<key>ProcessType</key>
<string>Background</string>
<key>EnvironmentVariables</key>
<dict>
<key>TERM</key>
<string>ansi</string>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin</string>
</dict>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/brewupdate.sh</string>
</array>
<key>StandardOutPath</key>
<string>@USERHOME@/Library/Logs/Homebrew/brewupdate/brewupdate.log</string>
<key>StandardErrorPath</key>
<string>@USERHOME@/Library/Logs/Homebrew/brewupdate/brewupdate-error.log</string>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>11</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
</dict>
</plist>