Hi! cr_service() is the function to start daemon, that will create unix domain socket and will listen for requests on it, process request and send response back. The format of request and response is google protobuf and they are described in protobuf/rpc.proto. Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>