commit | a1292a69769414c7661ca407e3d567cfd01cf0ae | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 20 12:12:34 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 20 12:12:36 2022 -0500 |
tree | 8a0ad6a8cabff78d882ef95bcff80bc68838c88d | |
parent | af2b835f9ae7edd06cf234f5b95b7cd51cb80ebc [diff] |
srvcfg_manager: add include for flat_map We were getting this include for free from sdbusplus, but it has gone away in a recent commit. Add the appropriate include. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4488f27923e16eb8110d888e2fbdaf72f6db2da7
The service config manager provides a D-Bus interface to manage BMC services as described by the service management D-Bus interfaces.
The configuration settings are intended to persist across BMC reboots.
An example use case for this service is BMCWeb's implementation of the Redfish NetworkProtocol schema.
Implementation details are described in the D-Bus interface README.
The service config manager generally makes configuration changes to systemd
units via D-Bus interfaces.
The design pattern to add new services or controls is:
Running
and Enabled
properties of a service: