commit | 2ff3728d4a497f2b3f9e53923ea7320ebe453f5f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 19:26:57 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 25 11:47:01 2022 +0000 |
tree | 1b0aedc815c80179981bddc96a9c430a494c4d25 | |
parent | 5674000100a7ffc66fed7e0a83ae74b1103b55d0 [diff] |
sdbusplus: use shorter type aliases The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0f252203148d6202f2b161c1c36baef0e1e49f0f
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: