#150 Adapt to the new behavior of disconnect in dbus-broker
Merged by rcritten. Opened by rcritten.
rcritten/certmonger bz1687698  into  master

The dbus server was replaced in Fedora-29 to use dbus-broker.

This server does not allow reconnects on a disconnect. certmonger
was crashing as a result.

The only way to directly pass a message between the dbus queue and
the main tevent handle is via a signal. So when a disconnect is
detected send a SIGTERM to getpid() in order to force a graceful
shutdown.

https://bugzilla.redhat.com/show_bug.cgi?id=1687698

rebased onto 39ce89ec821d02643681795d2149b20198f0fe42

rebased onto 39ce89ec821d02643681795d2149b20198f0fe42

Pull-Request has been merged by rcritten

Metadata