Skip to content

Commit 57fe099

Browse files
committed
ra-multiplex: service
1 parent 0c05699 commit 57fe099

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Formula/ra-multiplex.rb

+5
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ class RaMultiplex < Formula
1919
def install
2020
system "cargo", "install", *std_cargo_args
2121
end
22+
23+
service do
24+
run [opt_bin/"ra-multiplex", "server"]
25+
keep_alive true
26+
end
2227
end

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ My macOS packages
44
Share one rust-analyzer server instance between multiple LSP clients to save resources.
55
```bash
66
brew install simnalamburt/x/ra-multiplex
7+
brew services start simnalamburt/x/ra-multiplex
78
```
89

910
### [jaso](https://github.com/cr0sh/jaso)

0 commit comments

Comments
 (0)