commit | d8effd63e885cb755aa44665d833b20f187c0e53 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 20 11:19:46 2023 -0500 |
committer | AppaRao Puli <apparao.puli@intel.com> | Thu Oct 26 15:04:25 2023 +0000 |
tree | f6ed05fb9e1ae5306a052f26ebd04c37d54e4321 | |
parent | c241bdee9b65f43b46e0324545e897fa775b5c7e [diff] |
clang-format: copy latest and re-format clang-format-17 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: I89ad2c8e776db7ad76d256853ebf83fc5f8fbb35 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: