diff --git a/systemd/.config/systemd/user/hungryroot-celery.service b/systemd/.config/systemd/user/hungryroot-celery.service index ba7f6ee..0dedb6c 100644 --- a/systemd/.config/systemd/user/hungryroot-celery.service +++ b/systemd/.config/systemd/user/hungryroot-celery.service @@ -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' diff --git a/systemd/.config/systemd/user/hungryroot-django.service b/systemd/.config/systemd/user/hungryroot-django.service index c84b432..5e65088 100644 --- a/systemd/.config/systemd/user/hungryroot-django.service +++ b/systemd/.config/systemd/user/hungryroot-django.service @@ -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' diff --git a/systemd/.config/systemd/user/hungryroot-flower.service b/systemd/.config/systemd/user/hungryroot-flower.service index 6770edf..69de821 100644 --- a/systemd/.config/systemd/user/hungryroot-flower.service +++ b/systemd/.config/systemd/user/hungryroot-flower.service @@ -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'