← back to George Gmail

com.steve.george-token-cadence.plist

30 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-token-cadence</string>
  <key>ProgramArguments</key>
  <array>
    <string>/bin/sh</string>
    <string>-c</string>
    <string>/opt/homebrew/bin/node token-age-warn.mjs; CADENCE=1 /opt/homebrew/bin/node token-bridge.mjs</string>
  </array>
  <key>WorkingDirectory</key>
  <string>/Users/macstudio3/Projects/george-gmail</string>
  <key>EnvironmentVariables</key>
  <dict>
    <key>PATH</key>
    <string>/opt/homebrew/bin:/usr/bin:/bin</string>
  </dict>
  <key>StartInterval</key>
  <integer>518400</integer>
  <key>RunAtLoad</key>
  <false/>
  <key>StandardOutPath</key>
  <string>/Users/macstudio3/Library/Logs/george-token-cadence.log</string>
  <key>StandardErrorPath</key>
  <string>/Users/macstudio3/Library/Logs/george-token-cadence.log</string>
</dict>
</plist>