← back to Ventura Corridor

launchd/com.steve.ventura-gallery-3am.plist

34 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.ventura-gallery-3am</string>

  <key>ProgramArguments</key>
  <array>
    <string>/bin/bash</string>
    <string>-c</string>
    <string>export PATH="/opt/homebrew/bin:/opt/homebrew/opt/postgresql@14/bin:/usr/local/bin:/usr/bin:/bin:$PATH" &amp;&amp; cd /Users/macstudio3/Projects/ventura-corridor &amp;&amp; bash scripts/build-virtual-gallery.sh</string>
  </array>

  <key>StartCalendarInterval</key>
  <dict>
    <key>Hour</key>
    <integer>3</integer>
    <key>Minute</key>
    <integer>7</integer>
  </dict>

  <key>StandardOutPath</key>
  <string>/Users/macstudio3/Projects/ventura-corridor/logs/launchd-gallery.out</string>
  <key>StandardErrorPath</key>
  <string>/Users/macstudio3/Projects/ventura-corridor/logs/launchd-gallery.err</string>

  <key>RunAtLoad</key>
  <false/>
  <key>AbandonProcessGroup</key>
  <false/>
</dict>
</plist>