← back to Astek Landing
launchd/com.steve.astek-monthly-refresh.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.astek-monthly-refresh</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Users/macstudio3/Projects/astek-landing/scripts/monthly-refresh.sh</string>
</array>
<key>WorkingDirectory</key><string>/Users/macstudio3/Projects/astek-landing</string>
<!-- 1st of every month, 04:30 local -->
<key>StartCalendarInterval</key>
<dict>
<key>Day</key><integer>1</integer>
<key>Hour</key><integer>4</integer>
<key>Minute</key><integer>30</integer>
</dict>
<key>RunAtLoad</key><false/>
<key>StandardOutPath</key><string>/tmp/astek-monthly-refresh.log</string>
<key>StandardErrorPath</key><string>/tmp/astek-monthly-refresh.log</string>
<key>EnvironmentVariables</key>
<dict><key>PATH</key><string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string></dict>
</dict></plist>