copilot-proxy/st.thermokar.copilot-proxy.plist

25 lines
723 B
Text

<?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>st.thermokar.copilot-proxy</string>
<key>ProgramArguments</key>
<array>
<string>copilot-proxy</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>GITHUB_AUTH_TOKEN</key>
<string>your-github-auth-token</string>
</dict>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>/log/copilot-proxy.log</string>
<key>StandardErrorPath</key>
<string>/log/copilot-proxy.err</string>
</dict>
</plist>