← back to Rentv

ops/com.steve.rentv-buildloop.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.rentv-buildloop</string>
  <key>ProgramArguments</key>
  <array>
    <string>/bin/bash</string>
    <string>/Users/macstudio3/Projects/rentv/ops/buildloop-cycle.sh</string>
  </array>
  <!-- Hourly at :17 (off the round marks). Does NOT fire on load. -->
  <key>StartCalendarInterval</key>
  <dict><key>Minute</key><integer>17</integer></dict>
  <key>RunAtLoad</key><false/>
  <key>ProcessType</key><string>Background</string>
  <key>StandardOutPath</key><string>/Users/macstudio3/Projects/rentv/ops/buildloop.launchd.log</string>
  <key>StandardErrorPath</key><string>/Users/macstudio3/Projects/rentv/ops/buildloop.launchd.err</string>
  <key>EnvironmentVariables</key>
  <dict>
    <key>PATH</key><string>/Users/macstudio3/.local/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
    <key>HOME</key><string>/Users/macstudio3</string>
  </dict>
</dict>
</plist>