24 lines
779 B
Plaintext
24 lines
779 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>com.karuo.simpleapi-proxy</string>
|
||
<key>ProgramArguments</key>
|
||
<array>
|
||
<string>/usr/local/bin/python3</string>
|
||
<string>/Users/karuo/Documents/个人/卡若AI/01_卡资(金)/金仓_存储备份/脚本/simpleapi_responses_proxy.py</string>
|
||
</array>
|
||
<key>RunAtLoad</key>
|
||
<true/>
|
||
<key>KeepAlive</key>
|
||
<true/>
|
||
<key>StandardOutPath</key>
|
||
<string>/Users/karuo/.codex/simpleapi_proxy.log</string>
|
||
<key>StandardErrorPath</key>
|
||
<string>/Users/karuo/.codex/simpleapi_proxy.log</string>
|
||
<key>ThrottleInterval</key>
|
||
<integer>5</integer>
|
||
</dict>
|
||
</plist>
|