commit | dfc7270a24b5c4d2554f50a1047b5ef555878452 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 07:51:18 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 20:29:15 2023 +0000 |
tree | 393254a1b803393432482074e12660d59aec31fc | |
parent | 070dd9711ff5e723a2f58f5afff0fd1f031947fc [diff] |
clang-format: copy latest and re-format clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository. Change-Id: I85b6e82cdf14da2fb4fa197abed9a6820c0f1e71 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: