24 lines
716 B
Plaintext
24 lines
716 B
Plaintext
<?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>ai.shre.pulse-bridge</string>
|
||
|
|
<key>ProgramArguments</key>
|
||
|
|
<array>
|
||
|
|
<string>/usr/bin/python3</string>
|
||
|
|
<string>/Users/aibot/Documents/Projects/pulse-bridge/bridge.py</string>
|
||
|
|
</array>
|
||
|
|
<key>RunAtLoad</key>
|
||
|
|
<true/>
|
||
|
|
<key>KeepAlive</key>
|
||
|
|
<true/>
|
||
|
|
<key>ThrottleInterval</key>
|
||
|
|
<integer>30</integer>
|
||
|
|
<key>StandardOutPath</key>
|
||
|
|
<string>/Users/aibot/.shre/pulse-bridge/bridge.log</string>
|
||
|
|
<key>StandardErrorPath</key>
|
||
|
|
<string>/Users/aibot/.shre/pulse-bridge/bridge.log</string>
|
||
|
|
</dict>
|
||
|
|
</plist>
|