commit | 23ecbb6c651b5e323e9b08aa70fbb100f7024482 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 14:28:01 2024 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 14:28:03 2024 +0530 |
tree | 337a38d76f41857d945cea34c1b2137d2993f02f | |
parent | d8effd63e885cb755aa44665d833b20f187c0e53 [diff] |
Fix spelling mistakes using codespell This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool. [1]: https://github.com/codespell-project/codespell Change-Id: I1312ecaf815d2967f2ac52df0965303455490e25 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
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: