summaryrefslogtreecommitdiffstats
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control/manager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/control/manager.cpp b/control/manager.cpp
index 6994f91..c99f4a3 100644
--- a/control/manager.cpp
+++ b/control/manager.cpp
@@ -19,6 +19,7 @@
#include <phosphor-logging/elog-errors.hpp>
#include <xyz/openbmc_project/Common/error.hpp>
#include <unistd.h>
+#include "config.h"
#include "manager.hpp"
#include "utility.hpp"
#include "sdbusplus.hpp"
@@ -106,6 +107,7 @@ Manager::Manager(sdbusplus::bus::bus& bus,
}
}
+ bus.request_name(CONTROL_BUSNAME);
}
OpenPOWER on IntegriCloud