- public void runDbus(final boolean isDbusSystem) throws CommandException {
- runDbus(new DbusHandler(isDbusSystem, m, receiveMode != ReceiveMode.ON_START));
+ public void runDbus(final boolean isDbusSystem, final String busname) throws CommandException {
+ runDbus(new DbusHandler(isDbusSystem, busname, m, receiveMode != ReceiveMode.ON_START));