← back to La Socrata Ingester
scripts/launchd/_archive/com.steve.la-permits-live-refresh.plist
27 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.la-permits-live-refresh</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Users/macstudio3/Projects/la-permits-school/run_pipeline.sh</string>
</array>
<key>StartInterval</key>
<integer>21600</integer>
<key>RunAtLoad</key>
<false/>
<key>StandardOutPath</key>
<string>/Users/macstudio3/Projects/la-permits-school/tmp/loop.out.log</string>
<key>StandardErrorPath</key>
<string>/Users/macstudio3/Projects/la-permits-school/tmp/loop.err.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
</dict>
</plist>