-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.pythoninthegrass.git-auto-pull.plist
More file actions
41 lines (34 loc) · 1.22 KB
/
Copy pathcom.pythoninthegrass.git-auto-pull.plist
File metadata and controls
41 lines (34 loc) · 1.22 KB
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
37
38
39
40
41
<?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>com.pythoninthegrass.git-auto-pull</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Users/lance/.local/bin/git_auto_pull.sh</string>
</array>
<key>StartInterval</key>
<integer>1800</integer>
<key>RunAtLoad</key>
<true/>
<key>StandardOutPath</key>
<string>/Users/lance/Library/Logs/git-auto-pull.launchd.log</string>
<key>StandardErrorPath</key>
<string>/Users/lance/Library/Logs/git-auto-pull.launchd.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/Users/lance/.local/bin</string>
<!-- Uncomment to override git_auto_pull.sh defaults, then re-run install.sh:
<key>GIT_AUTO_PULL_ROOT</key>
<string>/Users/lance/git</string>
<key>GIT_AUTO_PULL_DAYS</key>
<string>15</string>
<key>GIT_AUTO_PULL_LOG_DIR</key>
<string>/Users/lance/Library/Logs</string>
-->
</dict>
</dict>
</plist>