← back to Sanderson Onboard
com.steve.sdg-publish-cadence.plist
30 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.sdg-publish-cadence</string>
<key>ProgramArguments</key>
<array>
<string>/bin/zsh</string>
<string>/Users/macstudio3/Projects/sanderson-onboard/scripts/cadence_resume.sh</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>DAILY</key><string>200</string>
<key>THRESHOLD</key><string>0.85</string>
<key>OLLAMA_URL</key><string>http://192.168.1.133:11434</string>
<key>PATH</key><string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
</dict>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key><integer>4</integer>
<key>Minute</key><integer>30</integer>
</dict>
<key>StandardOutPath</key>
<string>/Users/macstudio3/Projects/sanderson-onboard/pilot/cadence.launchd.out.log</string>
<key>StandardErrorPath</key>
<string>/Users/macstudio3/Projects/sanderson-onboard/pilot/cadence.launchd.err.log</string>
</dict>
</plist>