diff --git a/pkg/command/server_simple.go b/pkg/command/server_simple.go index a89399fa1..54cb6a31c 100644 --- a/pkg/command/server_simple.go +++ b/pkg/command/server_simple.go @@ -43,9 +43,7 @@ func Simple(cfg *config.Config) *cli.Command { } r := runtime.New() - r.Start(append(SimpleRuntimeServices, runtime.MicroServices...)...) - - return nil + return r.Start(append(SimpleRuntimeServices, runtime.MicroServices...)...) }, } }