← back to Ga Allsites

com.steve.ga-allsites-etl.plist

23 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.ga-allsites-etl</string>
  <key>ProgramArguments</key>
  <array>
    <string>/opt/homebrew/bin/python3</string>
    <string>/Users/macstudio3/Projects/ga-allsites/etl.py</string>
  </array>
  <key>WorkingDirectory</key><string>/Users/macstudio3/Projects/ga-allsites</string>
  <key>StartInterval</key><integer>1800</integer>
  <key>RunAtLoad</key><true/>
  <key>StandardOutPath</key><string>/Users/macstudio3/Projects/ga-allsites/etl.log</string>
  <key>StandardErrorPath</key><string>/Users/macstudio3/Projects/ga-allsites/etl.err</string>
  <key>EnvironmentVariables</key>
  <dict>
    <key>HOME</key><string>/Users/macstudio3</string>
    <key>PATH</key><string>/opt/homebrew/bin:/opt/homebrew/opt/postgresql@14/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
  </dict>
</dict>
</plist>