← back to Dw Photo Capture

launchd/com.steve.dwphoto-mfr-rebuild.plist

22 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.dwphoto-mfr-rebuild</string>
  <key>ProgramArguments</key>
  <array>
    <string>/usr/bin/python3</string>
    <string>/Users/macstudio3/Projects/dw-photo-capture/build_mfr_index.py</string>
  </array>
  <key>WorkingDirectory</key>
  <string>/Users/macstudio3/Projects/dw-photo-capture</string>
  <key>StartCalendarInterval</key>
  <dict><key>Hour</key><integer>3</integer><key>Minute</key><integer>0</integer></dict>
  <key>StandardOutPath</key>
  <string>/Users/macstudio3/Projects/dw-photo-capture/mfr-rebuild.log</string>
  <key>StandardErrorPath</key>
  <string>/Users/macstudio3/Projects/dw-photo-capture/mfr-rebuild.log</string>
</dict>
</plist>