Re: [systemd-devel] Can one service receive SD_NOTIFY (Ready) message of another service?

2016-01-27 Thread Lennart Poettering
On Tue, 26.01.16 15:41, Pathangi Janardhanan (path.j...@gmail.com) wrote: > Hi All, > > The use case I have is following: > > I have a service B, which for its operation depends on Service A. Using > systemd feature, I can make systemd start service B after service A has > indicated ready. >

Re: [systemd-devel] Can one service receive SD_NOTIFY (Ready) message of another service?

2016-01-27 Thread Colin Guthrie
Pathangi Janardhanan wrote on 26/01/16 20:41: > Hi All, > > The use case I have is following: > > I have a service B, which for its operation depends on Service A. Using > systemd feature, I can make systemd start service B after service A has > indicated ready. > > The issue is service B

[systemd-devel] Can one service receive SD_NOTIFY (Ready) message of another service?

2016-01-26 Thread Pathangi Janardhanan
Hi All, The use case I have is following: I have a service B, which for its operation depends on Service A. Using systemd feature, I can make systemd start service B after service A has indicated ready. The issue is service B also does a lot of initialization which is independent of service