[launchd] Fix path for hungryroot services

This commit is contained in:
Colin Powell
2026-01-12 11:28:57 -05:00
parent aa3db3f660
commit 0fc401be59
3 changed files with 3 additions and 16 deletions

View File

@ -12,11 +12,7 @@
<array>
<string>/bin/bash</string>
<string>-lc</string>
<string>
cd /Users/colin.powell/src/github.com/hungryroot/hungryroot \
&& eval "$(direnv export bash)" \
&& just celery
</string>
<string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot &amp;&amp; eval "$(/opt/homebrew/bin/direnv export bash)" &amp;&amp; just celery</string>
</array>

View File

@ -12,14 +12,9 @@
<array>
<string>/bin/bash</string>
<string>-lc</string>
<string>
cd /Users/colin.powell/src/github.com/hungryroot/hungryroot \
&& eval "$(direnv export bash)" \
&& just django
</string>
<string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot &amp;&amp; eval "$(/opt/homebrew/bin/direnv export bash)" &amp;&amp; just django</string>
</array>
<!-- Run when the agent is loaded -->
<key>RunAtLoad</key>
<true/>

View File

@ -12,11 +12,7 @@
<array>
<string>/bin/bash</string>
<string>-lc</string>
<string>
cd /Users/colin.powell/src/github.com/hungryroot/hungryroot \
&& eval "$(direnv export bash)" \
&& just flower
</string>
<string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot &amp;&amp; eval "$(/opt/homebrew/bin/direnv export bash)" &amp;&amp; just flower</string>
</array>