Start the boot manager D-Bus services in main()
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 25 Jul 2012 13:45:44 +0000 (14:45 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 25 Jul 2012 14:03:00 +0000 (15:03 +0100)
commitd9b375a252823772d93328bf566c22800b807eac
tree4df501d6a0c4b40b527c69ef954ea64b182ca225
parent7678358c27903957b1434c311455fb5f8a4614fe
Start the boot manager D-Bus services in main()

Before we started them in boot_manager_application_constructed() but
that meant that we could not react to errors properly. We now log a
fatal error using the DLT framework and exit if we can't bring up the
D-Bus services.
boot-manager/boot-manager-application.c
boot-manager/la-handler-service.c
boot-manager/main.c