← back to Ga Allsites
ga-allsites-etl: add EnvironmentVariables (PATH+HOME) so the launchd ETL runs clean + reboot-durable
53a7ee0b264689ecd95ea034cf2e49356a979c3e · 2026-08-14 09:00:32 -0700 · steve
Files touched
M com.steve.ga-allsites-etl.plist
Diff
commit 53a7ee0b264689ecd95ea034cf2e49356a979c3e
Author: steve <steve@designerwallcoverings.com>
Date: Fri Aug 14 09:00:32 2026 -0700
ga-allsites-etl: add EnvironmentVariables (PATH+HOME) so the launchd ETL runs clean + reboot-durable
---
com.steve.ga-allsites-etl.plist | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/com.steve.ga-allsites-etl.plist b/com.steve.ga-allsites-etl.plist
index 51198bd..7499413 100644
--- a/com.steve.ga-allsites-etl.plist
+++ b/com.steve.ga-allsites-etl.plist
@@ -13,5 +13,10 @@
<key>RunAtLoad</key><true/>
<key>StandardOutPath</key><string>/Users/macstudio3/Projects/ga-allsites/etl.log</string>
<key>StandardErrorPath</key><string>/Users/macstudio3/Projects/ga-allsites/etl.err</string>
+ <key>EnvironmentVariables</key>
+ <dict>
+ <key>HOME</key><string>/Users/macstudio3</string>
+ <key>PATH</key><string>/opt/homebrew/bin:/opt/homebrew/opt/postgresql@14/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
+ </dict>
</dict>
</plist>
← edf35c1 auto-data-snapshot: 2026-08-07T01:18:25 (1 data files) — etl
·
back to Ga Allsites
·
auto-data-snapshot: 2026-08-14T19:00:16 (1 data files) — etl 333a4ef →