[launchd] Fix path for hungryroot services
This commit is contained in:
@ -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 && eval "$(/opt/homebrew/bin/direnv export bash)" && just celery</string>
|
||||
</array>
|
||||
|
||||
|
||||
|
||||
@ -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 && eval "$(/opt/homebrew/bin/direnv export bash)" && just django</string>
|
||||
</array>
|
||||
|
||||
|
||||
<!-- Run when the agent is loaded -->
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
|
||||
@ -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 && eval "$(/opt/homebrew/bin/direnv export bash)" && just flower</string>
|
||||
</array>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user