startService
Called when Action.StartDaemon or Action.RestartDaemon has been enqueued and an instance of Lifecycle.DestroyableTorRuntime does not currently exist for this ServiceFactory.
Implementors of ServiceFactory.startService must start the service and call Binder.onBind from the injected binder reference within 1_000ms, otherwise a timeout will occur and all enqueued jobs waiting to be handed off to Lifecycle.DestroyableTorRuntime for completion will be terminated.
Throws
RuntimeException
if there was an error trying to start the service.