← back to Nationalrealestate
deploy/launchd/com.steve.firm-phone-enrich.plist
27 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.firm-phone-enrich</string>
<key>ProgramArguments</key>
<array>
<string>/bin/zsh</string>
<string>/Users/macstudio3/Projects/nationalrealestate/scripts/run-firm-enrich.sh</string>
</array>
<key>StartCalendarInterval</key>
<array>
<dict><key>Hour</key><integer>2</integer><key>Minute</key><integer>30</integer></dict>
<dict><key>Hour</key><integer>14</integer><key>Minute</key><integer>30</integer></dict>
</array>
<key>StandardOutPath</key>
<string>/Users/macstudio3/Projects/nationalrealestate/data/firm-enrich.out.log</string>
<key>StandardErrorPath</key>
<string>/Users/macstudio3/Projects/nationalrealestate/data/firm-enrich.err.log</string>
<key>RunAtLoad</key>
<false/>
<key>ProcessType</key>
<string>Background</string>
</dict>
</plist>