← back to George Token Broker
com.steve.george-token-broker.plist
27 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">
<!-- George token-broker watchdog. NOT loaded by default — Steve loads it explicitly.
Runs in DRY_RUN by default (no env set => poll.mjs defaults DRY_RUN=true).
To arm live alerts/restart, add an EnvironmentVariables dict with DRY_RUN=0. -->
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.steve.george-token-broker</string>
<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/bin/node</string>
<string>/Users/macstudio3/Projects/george-token-broker/poll.mjs</string>
</array>
<key>WorkingDirectory</key>
<string>/Users/macstudio3/Projects/george-token-broker</string>
<key>StartInterval</key>
<integer>900</integer>
<key>RunAtLoad</key>
<true/>
<key>StandardOutPath</key>
<string>/tmp/george-token-broker.log</string>
<key>StandardErrorPath</key>
<string>/tmp/george-token-broker.log</string>
</dict>
</plist>