#165 Handle dbus restart better
Merged by rcritten. Opened by rcritten.
rcritten/certmonger restart  into  master

Rather than trying to code around the new dbus provided by systemd rely on it instead.

This revokes the previous attempt at catching the restart and quitting gracefully ands uses PartOf in the systemd service file to have certmonger linked to dbus stops and restarts.

This will ensure that certmonger is running if dbus is restarted. No cores have been seen after reverting the original patch. This also restores reconnect if using a session bus.

Pull-Request has been merged by rcritten