← back to Dw Pitch Followup
launchd/com.steve.dw-pitch-rebuild.plist
33 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.dw-pitch-rebuild</string>
<key>ProgramArguments</key>
<array>
<string>/bin/sh</string>
<string>scripts/refresh.sh</string>
</array>
<key>WorkingDirectory</key>
<string>/Users/macstudio3/Projects/dw-pitch-followup</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
<key>StartCalendarInterval</key>
<array>
<dict><key>Hour</key><integer>6</integer><key>Minute</key><integer>30</integer></dict>
<dict><key>Hour</key><integer>11</integer><key>Minute</key><integer>30</integer></dict>
<dict><key>Hour</key><integer>16</integer><key>Minute</key><integer>30</integer></dict>
</dict>
<key>RunAtLoad</key>
<true/>
<key>StandardOutPath</key>
<string>/Users/macstudio3/Projects/dw-pitch-followup/5x/rebuild.log</string>
<key>StandardErrorPath</key>
<string>/Users/macstudio3/Projects/dw-pitch-followup/5x/rebuild.log</string>
</dict>
</plist>