Code review comment for lp:~stgraber/upstart/upstart-events-bridge

Revision history for this message
Steve Langasek (vorlon) wrote :

On Wed, Dec 19, 2012 at 06:03:28PM -0000, Stéphane Graber wrote:

> Because it's the only way to catch the Restarted event. If we connected to
> the upstart system socket instead (assuming we can as a user, haven't
> checked), we'd loose the connection and have to reconnect, most likely
> loosing the Restarted event in the process.

Sorry, what I meant was, why are we using dbus on the *user session* side?
The user session init should be able to connect directly to the system bus,
with no need for this separate bridge process that's dependent on having a
session bus running.

« Back to merge proposal