summaryrefslogtreecommitdiff
path: root/settings/include/defaults.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'settings/include/defaults.hpp')
-rw-r--r--settings/include/defaults.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings/include/defaults.hpp b/settings/include/defaults.hpp
index 7576e42..134e9a0 100644
--- a/settings/include/defaults.hpp
+++ b/settings/include/defaults.hpp
@@ -305,6 +305,14 @@ inline void loadSettings(sdbusplus::asio::object_server &objectServer,
setting->addProperty("Enabled", true);
+ setting = &settings.emplace_back(objectServer,
+ "/xyz/openbmc_project/software/apply_time",
+ "xyz.openbmc_project.Software.ApplyTime");
+
+ setting->addProperty(
+ "RequestedApplyTime",
+ "xyz.openbmc_project.Software.ApplyTime.RequestedApplyTimes.Immediate");
+
for (SettingsInterface &s : settings)
{
s.initialize();