summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5e191e1..68cef3e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -43,6 +43,8 @@ int main(void)
sdbusplus::server::manager::manager objManager(bus, OBJ_EVENT);
bus.request_name(BUSNAME_EVENT);
+ phosphor::events::getManager().restore();
+
for (auto& watch : ConfigPropertyWatches::get())
{
watch->start();
OpenPOWER on IntegriCloud