How to respawn application processes that are self started when the application crashes?

Hi all,

Is there a standard method recommended by quectel for monitoring and restarting the user applications started at the initialization in the event of a crash?

Any help is appreciated.

Thanks.

Hello sir,
There is WDT inside our module. When your program crashes, the module will be reset. I hope this information will be helpful to you. If you have better methods and suggestions, I look forward to your Reply.

Don’t want todo anything as drastic as resetting the module. I am using PCD(process control daemon) to monitor the application and respawn it when it crashes… still ironing out the kinks.