summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 885d843..00d7200 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -23,6 +23,11 @@ int main(void)
phosphor::dbus::monitoring::Monitor monitor(bus);
+ for (auto& watch : phosphor::dbus::monitoring::ConfigPropertyWatches::get())
+ {
+ watch->start();
+ }
+
// Keep application running
while (true)
{
OpenPOWER on IntegriCloud