← back to Commercialrealestate
scripts/com.steve.crcp-broker-snapshot.plist
18 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-broker-snapshot</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Users/macstudio3/Projects/commercialrealestate/scripts/refresh-broker-snapshot.sh</string>
</array>
<key>StartCalendarInterval</key>
<dict><key>Hour</key><integer>4</integer><key>Minute</key><integer>15</integer></dict>
<key>StandardOutPath</key><string>/tmp/crcp-broker-snapshot.out</string>
<key>StandardErrorPath</key><string>/tmp/crcp-broker-snapshot.err</string>
<key>RunAtLoad</key><false/>
</dict>
</plist>