Custom Logic to start together with my Education Module

Hey guys,

I’m working with ERPNext, more specific with Education module, and I created a custom logic where I can receive messages from Azure Service Bus, inside a custom app in my Frappe. Now with this message I can feed a DocType I have in Education Module.

It’s working fine, but there is one problem, I’d like this file to start together with my ERPNext when I use the command “bench start”, is it possible to do that? because right now I have to turn on ERPNext and separatelly turn on my custom logic in another terminal.