← back to Sample Followup Sweep

launchd/com.steve.sample-followup-sent-stamp.plist

32 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.sample-followup-sent-stamp</string>
    <key>ProgramArguments</key>
    <array>
        <string>/opt/homebrew/bin/node</string>
        <string>/Users/macstudio3/Projects/sample-followup-sweep/scripts/watch-sent-stamp.mjs</string>
        <string>--loop</string>
    </array>
    <key>EnvironmentVariables</key>
    <dict>
        <key>PATH</key>
        <string>/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
        <key>POLL_SECS</key>
        <string>30</string>
    </dict>
    <key>WorkingDirectory</key>
    <string>/Users/macstudio3/Projects/sample-followup-sweep</string>
    <key>StandardOutPath</key>
    <string>/Users/macstudio3/Projects/sample-followup-sweep/out/watch-sent-stamp.log</string>
    <key>StandardErrorPath</key>
    <string>/Users/macstudio3/Projects/sample-followup-sweep/out/watch-sent-stamp.log</string>
    <key>RunAtLoad</key>
    <true/>
    <key>KeepAlive</key>
    <true/>
</dict>
</plist>