[launchd] Fix path for hungryroot services
This commit is contained in:
@ -12,11 +12,7 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>/bin/bash</string>
|
<string>/bin/bash</string>
|
||||||
<string>-lc</string>
|
<string>-lc</string>
|
||||||
<string>
|
<string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot && eval "$(/opt/homebrew/bin/direnv export bash)" && just celery</string>
|
||||||
cd /Users/colin.powell/src/github.com/hungryroot/hungryroot \
|
|
||||||
&& eval "$(direnv export bash)" \
|
|
||||||
&& just celery
|
|
||||||
</string>
|
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -12,14 +12,9 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>/bin/bash</string>
|
<string>/bin/bash</string>
|
||||||
<string>-lc</string>
|
<string>-lc</string>
|
||||||
<string>
|
<string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot && eval "$(/opt/homebrew/bin/direnv export bash)" && just django</string>
|
||||||
cd /Users/colin.powell/src/github.com/hungryroot/hungryroot \
|
|
||||||
&& eval "$(direnv export bash)" \
|
|
||||||
&& just django
|
|
||||||
</string>
|
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
|
|
||||||
<!-- Run when the agent is loaded -->
|
<!-- Run when the agent is loaded -->
|
||||||
<key>RunAtLoad</key>
|
<key>RunAtLoad</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
|||||||
@ -12,11 +12,7 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>/bin/bash</string>
|
<string>/bin/bash</string>
|
||||||
<string>-lc</string>
|
<string>-lc</string>
|
||||||
<string>
|
<string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot && eval "$(/opt/homebrew/bin/direnv export bash)" && just flower</string>
|
||||||
cd /Users/colin.powell/src/github.com/hungryroot/hungryroot \
|
|
||||||
&& eval "$(direnv export bash)" \
|
|
||||||
&& just flower
|
|
||||||
</string>
|
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user