[PATCH rest-dbus 1/3] Remove session bus from bus list

OpenBMC Patches patches at stwcx.xyz
Fri Oct 30 04:39:35 AEDT 2015


From: Brad Bishop <bradleyb at us.ibm.com>

A session bus isn't being started so this hangs on startup.
---
 rest-dbus | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rest-dbus b/rest-dbus
index 56ec1f9..ffaa0ed 100755
--- a/rest-dbus
+++ b/rest-dbus
@@ -8,7 +8,6 @@ import os
 from xml.etree import ElementTree
 
 busses = {
-    'session': dbus.SessionBus,
     'system': dbus.SystemBus,
 }
 
-- 
2.6.0




More information about the openbmc mailing list