← back to Marketing Command Center

scripts/com.steve.mcc-clients-refresh.plist

25 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.mcc-clients-refresh</string>
  <key>ProgramArguments</key>
  <array>
    <string>/bin/bash</string>
    <string>/Users/macstudio3/Projects/marketing-command-center/scripts/refresh-clients.sh</string>
  </array>
  <!-- Weekly: Sunday 03:15. Kickstart on demand to run immediately. -->
  <key>StartCalendarInterval</key>
  <dict>
    <key>Weekday</key><integer>0</integer>
    <key>Hour</key><integer>3</integer>
    <key>Minute</key><integer>15</integer>
  </dict>
  <key>StandardOutPath</key><string>/tmp/mcc-clients-refresh.out</string>
  <key>StandardErrorPath</key><string>/tmp/mcc-clients-refresh.err</string>
  <key>RunAtLoad</key><false/>
  <key>ProcessType</key><string>Background</string>
  <key>LowPriorityIO</key><true/>
</dict>
</plist>