[systemd] Use proper homebrew path
This commit is contained in:
@ -8,7 +8,7 @@ Type=simple
|
||||
WorkingDirectory=%h/src/github.com/hungryroot/hungryroot
|
||||
|
||||
# Ensure Homebrew/user bins are visible (adjust if needed)
|
||||
Environment=PATH=%h/.local/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin
|
||||
Environment=PATH=%h/.local/bin:/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin
|
||||
|
||||
# Load direnv env for the directory, then run
|
||||
ExecStart=/bin/bash -lc 'eval "$(direnv export bash)" && just celery'
|
||||
|
||||
@ -8,7 +8,7 @@ Type=simple
|
||||
WorkingDirectory=%h/src/github.com/hungryroot/hungryroot
|
||||
|
||||
# Ensure Homebrew/user bins are visible (adjust if needed)
|
||||
Environment=PATH=%h/.local/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin
|
||||
Environment=PATH=%h/.local/bin:/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin
|
||||
|
||||
# Load direnv env for the directory, then run
|
||||
ExecStart=/bin/bash -lc 'eval "$(direnv export bash)" && just django'
|
||||
|
||||
@ -8,7 +8,7 @@ Type=simple
|
||||
WorkingDirectory=%h/src/github.com/hungryroot/hungryroot
|
||||
|
||||
# Ensure Homebrew/user bins are visible (adjust if needed)
|
||||
Environment=PATH=%h/.local/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin
|
||||
Environment=PATH=%h/.local/bin:/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin
|
||||
|
||||
# Load direnv env for the directory, then run
|
||||
ExecStart=/bin/bash -lc 'eval "$(direnv export bash)" && just flower'
|
||||
|
||||
Reference in New Issue
Block a user