utils.
Service
Bases: abc.ABC
abc.ABC
Abstract class for a service.
start
Abstract start method, responsible for starting the service.
stop
Abstract stop method, responsible for gracefully stop the service.