← back to Slack To Steve
com.steve.slack-to-steve-ingest.plist.template
21 lines
<?xml version="1.0" encoding="UTF-8"?>
<!-- TEMPLATE — NOT installed. Install only after preflight prints READY and Steve
approves the scheduled job. Copy to ~/Library/LaunchAgents/, then:
launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/com.steve.slack-to-steve-ingest.plist -->
<!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.slack-to-steve-ingest</string>
<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/bin/node</string>
<string>/Users/macstudio3/Projects/slack-to-steve/ingest.mjs</string>
</array>
<key>WorkingDirectory</key><string>/Users/macstudio3/Projects/slack-to-steve</string>
<key>StartInterval</key><integer>90</integer>
<key>StandardOutPath</key><string>/Users/macstudio3/Projects/slack-to-steve/logs/out.log</string>
<key>StandardErrorPath</key><string>/Users/macstudio3/Projects/slack-to-steve/logs/err.log</string>
<key>RunAtLoad</key><true/>
</dict>
</plist>