commit | 3c9cecf85a2f1ee779e62220e8c82041cbb648c5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:23:15 2025 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Sun Feb 02 22:48:47 2025 +0000 |
tree | 5c83f71fc81354b8b08fb09cbd82f227c9f6a2e8 | |
parent | cb282493c34392700d45ed14df071e496a4ed9fe [diff] |
clang-format: update latest spec and reformat Copy the latest format file from the docs repository and apply. Change-Id: Ia345e01e8569ea61e2d45fec9a2e8e586b5fedf6 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: