diff --git a/stdservice/stdservice.go b/stdservice/stdservice.go index 321a8f9..6f38ff6 100644 --- a/stdservice/stdservice.go +++ b/stdservice/stdservice.go @@ -20,6 +20,7 @@ type Config struct { // Init is optional and may be nil. // If Init returns an error, that error is logged to the logger // and the service start is aborted. + // Init should not block. Init func(c *Config) error s service.Service