| 123456789101112131415161718192021222324252627282930 |
- <?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.lan-reader-chat.agentfeed</string>
- <key>ProgramArguments</key>
- <array>
- <string>/bin/zsh</string>
- <string>-lc</string>
- <string>cd /Users/ops/lan-reader-chat && node scripts/sync-openclaw-agent-feed.mjs /Users/ops/openclaw-runtime/openclaw-agents.json /Users/ops/lan-reader-chat/storage/agents/openclaw-agents.json</string>
- </array>
- <key>WorkingDirectory</key>
- <string>/Users/ops/lan-reader-chat</string>
- <key>RunAtLoad</key>
- <true/>
- <key>StartInterval</key>
- <integer>30</integer>
- <key>StandardOutPath</key>
- <string>/Users/ops/lan-reader-chat/logs/agentfeed.out.log</string>
- <key>StandardErrorPath</key>
- <string>/Users/ops/lan-reader-chat/logs/agentfeed.err.log</string>
- </dict>
- </plist>
|