← back to George Gmail

com.steve.george-gmail.plist

45 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.george-gmail</string>

  <!-- George email-send service (:9850) — fleet send path for daily-overnight-skus,
       idea-loop-digest, contact-mailer, launchd reminders, etc. Self-finds creds at
       ~/Projects/Designer-Wallcoverings/DW-MCP/.env via $HOME. -->
  <key>ProgramArguments</key>
  <array>
    <string>/opt/homebrew/bin/node</string>
    <string>/Users/macstudio3/Projects/george-gmail/server.js</string>
  </array>

  <key>WorkingDirectory</key>
  <string>/Users/macstudio3/Projects/george-gmail</string>

  <key>EnvironmentVariables</key>
  <dict>
    <key>PORT</key>
    <string>9850</string>
    <key>HOME</key>
    <string>/Users/stevestudio2</string>
    <key>PATH</key>
    <string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
  </dict>

  <!-- Keep it up: start at load/login and respawn if it dies (the whole point —
       it died unsupervised on 2026-06-17, taking the morning send jobs down). -->
  <key>RunAtLoad</key>
  <true/>
  <key>KeepAlive</key>
  <true/>
  <key>ThrottleInterval</key>
  <integer>10</integer>

  <key>StandardOutPath</key>
  <string>/Users/macstudio3/Library/Logs/george-gmail.out.log</string>
  <key>StandardErrorPath</key>
  <string>/Users/macstudio3/Library/Logs/george-gmail.err.log</string>
</dict>
</plist>