← back to Hollywood Import

com.steve.hollywood-create-resume.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">
<!-- Daily drip: create the absent Hollywood products under Shopify's daily variant-creation cap.
     INSTALL (Steve-gated):
       cp com.steve.hollywood-create-resume.plist ~/Library/LaunchAgents/
       launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/com.steve.hollywood-create-resume.plist
     5:45 AM PT is BEFORE the sample-split (6:15) / schu-build (7:00) jobs so it gets first
     headroom on the shared daily cap — adjust if those should take priority. -->
<plist version="1.0">
<dict>
  <key>Label</key><string>com.steve.hollywood-create-resume</string>
  <key>ProgramArguments</key>
  <array>
    <string>/bin/zsh</string>
    <string>-lc</string>
    <string>$HOME/Projects/hollywood-import/hollywood-create-resume.sh</string>
  </array>
  <key>StartCalendarInterval</key>
  <dict><key>Hour</key><integer>8</integer><key>Minute</key><integer>0</integer></dict>
  <key>RunAtLoad</key><false/>
  <key>StandardOutPath</key><string>/tmp/hollywood-create-resume.out</string>
  <key>StandardErrorPath</key><string>/tmp/hollywood-create-resume.err</string>
</dict>
</plist>