[Merge] lp:~jamesodhunt/upstart/upstart-dbus-bridge into lp:upstart
Stéphane Graber
stgraber at stgraber.org
Thu Jun 20 21:04:40 UTC 2013
On Thu, Jun 20, 2013 at 08:54:23PM -0000, Ted Gould wrote:
> Looking through this I don't see a way to specify which bus you want the event to come from. So will there be two dbus bridges in the user session? So I could do:
>
> start on dbus SENDER=foo
>
> or
>
> start on dbus-system SENDER=foo
>
> Not quite sure how that'll work.
> --
> https://code.launchpad.net/~jamesodhunt/upstart/upstart-dbus-bridge/+merge/161772
> Your team Upstart Developers is subscribed to branch lp:upstart.
I'd expect one instance to run at the system level for the system bus
and another to run in the user session for the session bus.
So in practice, you'd have:
start on :sys:dbus SENDER=foo
For the system bus and:
start on dbus SENDER=foo
For the session bus.
--
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
https://code.launchpad.net/~jamesodhunt/upstart/upstart-dbus-bridge/+merge/161772
Your team Upstart Reviewers is requested to review the proposed merge of lp:~jamesodhunt/upstart/upstart-dbus-bridge into lp:upstart.
More information about the upstart-devel
mailing list