fix(gh-monitor): use /usr/local/bin/python3 in plist (has PyYAML)
This commit is contained in:
22
tools/gh-monitor/com.hans.gh-monitor.plist
Normal file
22
tools/gh-monitor/com.hans.gh-monitor.plist
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<?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.hans.gh-monitor</string>
|
||||||
|
<key>ProgramArguments</key>
|
||||||
|
<array>
|
||||||
|
<string>/usr/local/bin/python3</string>
|
||||||
|
<string>/Users/hansheinemann/Projects/hans-tools/tools/gh-monitor/poll.py</string>
|
||||||
|
</array>
|
||||||
|
<key>StartInterval</key>
|
||||||
|
<integer>300</integer>
|
||||||
|
<key>StandardOutPath</key>
|
||||||
|
<string>/Users/hansheinemann/Projects/hans-tools/tools/gh-monitor/state/stdout.log</string>
|
||||||
|
<key>StandardErrorPath</key>
|
||||||
|
<string>/Users/hansheinemann/Projects/hans-tools/tools/gh-monitor/state/stderr.log</string>
|
||||||
|
<key>RunAtLoad</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Reference in New Issue
Block a user