Re: [systemd-devel] query on systemd services ordering for daemonize process

2018-08-03 Thread Mantas Mikulėnas
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

[systemd-devel] query on systemd services ordering for daemonize process

2018-08-03 Thread Rajesh Kumar
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