← back to Commercialrealestate

deploy/com.steve.crcp-drift-canary.plist

24 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.crcp-drift-canary</string>
  <key>ProgramArguments</key>
  <array>
    <string>/opt/homebrew/bin/node</string>
    <string>/Users/macstudio3/Projects/commercialrealestate/scripts/crcp-drift-canary.js</string>
  </array>
  <key>WorkingDirectory</key>
  <string>/Users/macstudio3/Projects/commercialrealestate</string>
  <key>StartInterval</key>
  <integer>21600</integer>
  <key>RunAtLoad</key>
  <true/>
  <key>StandardOutPath</key>
  <string>/tmp/crcp-drift-canary.log</string>
  <key>StandardErrorPath</key>
  <string>/tmp/crcp-drift-canary.err</string>
</dict>
</plist>