[systemd] Use proper homebrew path

This commit is contained in:
2026-01-12 12:31:02 -05:00
parent dd0317cd0e
commit 585c52d4e9
3 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'