On Fri, Aug 3, 2018 at 8:57 PM Rajesh Kumar
wrote:
> Hi All,
>
>
>
> We are facing issue in on system services.
>
>
>
> Problem statement:
>
> We have two process P1 and P2, both are getting daemonize using fork()
> command and parent exits immediately after fork().
>
> We want process P2 to star
Hi All,
We are facing issue in on system services.
Problem statement:
We have two process P1 and P2, both are getting daemonize using fork()
command and parent exits immediately after fork().
We want process P2 to start once P1 is initialized successfully (means P2
should start when P1 is l