← back to Commercialrealestate
scripts/com.steve.crcp-email-alerts.plist
21 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.crcp-email-alerts</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Users/macstudio3/Projects/commercialrealestate/scripts/run-email-alerts.sh</string>
</array>
<!-- Daily 7:00 AM. Cadence is adjustable: change Hour/Minute here, or add more
StartCalendarInterval dicts for multiple sends/day. Per-subscriber cadence
(daily|weekly|instant) is honored in data/alerts-config.json. -->
<key>StartCalendarInterval</key>
<dict><key>Hour</key><integer>7</integer><key>Minute</key><integer>0</integer></dict>
<key>StandardOutPath</key><string>/tmp/crcp-email-alerts.out</string>
<key>StandardErrorPath</key><string>/tmp/crcp-email-alerts.err</string>
<key>RunAtLoad</key><false/>
</dict>
</plist>