Skip to content

Commit e5dbcf4

Browse files
committed
service now starts exo on login
1 parent f3a2fc3 commit e5dbcf4

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Formula/exo.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Exo < Formula
99
url "https://github.com/exo-explore/exo.git",
1010
using: :git,
1111
branch: "super_secret_branch"
12-
version "0.9.15"
12+
version "0.9.16"
1313
sha256 ""
1414
license ""
1515

@@ -38,20 +38,18 @@ def caveats
3838
Heads up, you may have seen a 'Failed changing dylib ID' message at the end of the build. We're working on getting an upstream fix.
3939
Exo is now installed! Launch with
4040
exo
41-
42-
To enable automatic VRAM configuration, run:
43-
sudo brew services start exo
44-
45-
This just runs #{libexec}/configure-vram.sh on login
4641
EOS
4742
end
4843

4944
service do
50-
run [libexec/"exo_configure_mlx"]
45+
run [
46+
bin/"exo"
47+
libexec/"exo_configure_mlx"
48+
]
5149
run_type :immediate
5250
keep_alive false
53-
log_path var/"log/exo_configure_mlx.log"
54-
error_log_path var/"log/exo_configure_mlx.log"
51+
log_path var/"log/exo_service.log"
52+
error_log_path var/"log/exo_service.log"
5553
end
5654

5755
test do

0 commit comments

Comments
 (0)