← back to Ventura Corridor
launchd/com.steve.ventura-corridor-news-summarize.plist
39 lines
<?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.steve.ventura-corridor-news-summarize</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>-lc</string>
<string>cd /Users/macstudio3/Projects/ventura-corridor && /opt/homebrew/bin/npm run news:summarize -- --limit=200</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>5</integer>
<key>Minute</key>
<integer>30</integer>
</dict>
<key>StandardOutPath</key>
<string>/Users/macstudio3/Projects/ventura-corridor/logs/news-summarize.out.log</string>
<key>StandardErrorPath</key>
<string>/Users/macstudio3/Projects/ventura-corridor/logs/news-summarize.err.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
<key>PGHOST</key>
<string>/tmp</string>
<key>OLLAMA_URL</key>
<string>http://100.94.103.98:11434</string>
<key>OLLAMA_MODEL</key>
<string>qwen3:14b</string>
</dict>
<key>RunAtLoad</key>
<false/>
</dict>
</plist>