Hello,<br><br>I&#39;ve wrote a little daemon that basically listen on DBus for some events and now I want to automatically start it through upstart.<br>But, upstart doesn&#39;t like my app :(<br>I discovered that if I use a DBUS_BUS_SYSTEM for the DBusConnection, everything works fine.<br>
Instead, if I use a DBUS_BUS_SESSION it makes upstart fails to start my app.<br>Any hints?<br><br>Thanks.<br><br>