commit | 70c78fe409453a0590d0a93f0a0503d6c30d5118 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 12 11:15:58 2023 -0500 |
committer | AppaRao Puli <apparao.puli@intel.com> | Fri Jul 14 12:52:55 2023 +0000 |
tree | 13a7f4b019c1e05cca6e388a06b51e8f42f8d1c4 | |
parent | ace79338e16f42e6a934101275516abfc6d6a17d [diff] |
build: upgrade to C++23 Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it. Change-Id: I53ff50a3e3eb1b945526f91654426f5652c15752 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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: