Plugeth doesn't expose a way to register Geth service lifecycles. We just Start the service when the plugin loads, but shutdown will potentially not be handled cleanly.
It should be easy enough to patch Plugeth to register this alongside API registration.
Plugeth doesn't expose a way to register Geth [service lifecycles](https://github.com/ethereum/go-ethereum/blob/052355f5e2b1726552fdb38a94cf6ea1506caf95/node/lifecycle.go#L23). We just `Start` the service when the plugin loads, but shutdown will potentially not be handled cleanly.
It should be easy enough to patch Plugeth to register this alongside API registration.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Plugeth doesn't expose a way to register Geth service lifecycles. We just
Startthe service when the plugin loads, but shutdown will potentially not be handled cleanly.It should be easy enough to patch Plugeth to register this alongside API registration.