Add 'luc-groups-started' signal to send sd_notify(READY=1) to systemd
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 27 Jul 2012 11:29:43 +0000 (12:29 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 27 Jul 2012 11:29:43 +0000 (12:29 +0100)
commit9f82b60cbb9a931b8d9674e26e5abf7a51513b3a
tree3a24d6d605984755c28e1faca448fc3e9fe4016e
parent67086acb8b384b705c94e5415a96dfeb689b4f4b
Add 'luc-groups-started' signal to send sd_notify(READY=1) to systemd

We need to notify systemd when the boot manager process has finished
starting the LUC. What we did so far was to call sd_notify() while
constructing the BootManagerApplication. This commit adds a
'luc-groups-started' signal to LUCStarter. BootManagerApplication now
connects to that in order to call sd_notify() at the right time.
boot-manager/boot-manager-application.c
boot-manager/luc-starter.c