Skip to content

Commit f09bc32

Browse files
committed
disable rbuilder startup for now
1 parent 8a72dd8 commit f09bc32

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

main.go

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -593,15 +593,17 @@ func setupServices(svcManager *serviceManager, out *output) error {
593593
}
594594

595595
// start rbuilder
596-
svcManager.
597-
NewService("rbuilder").
598-
WithArgs(
599-
"rbuilder",
600-
"run",
601-
"/usr/local/etc/rbuilder-config.yaml",
602-
).
603-
WithPort("rpc", 8645).
604-
Run()
596+
/*
597+
svcManager.
598+
NewService("rbuilder").
599+
WithArgs(
600+
"rbuilder",
601+
"run",
602+
"/usr/local/etc/rbuilder-config.yaml",
603+
).
604+
WithPort("rpc", 8645).
605+
Run()
606+
*/
605607

606608
services := []*service{}
607609
for _, ss := range svcManager.handles {

0 commit comments

Comments
 (0)