commit | c828db702208df9fccd96f8bef036e3f32012bcd | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Tue Apr 01 16:42:24 2025 -0700 |
committer | Ed Tanous <ed@tanous.net> | Mon Apr 07 19:42:46 2025 +0000 |
tree | b3ffd5ffec475ba5f18d3f21a91d22bd6ec29a0f | |
parent | 25c93aa2acb4acfe04f31f79d51f46e7e5cb2ec5 [diff] |
Boost 1.87 take 2 In a prior commit, we caused some issues when we ignored a nodiscard flag. This was actually warning us of something useful. Remove the (void) and implement directly including detach, which similar to ipmi, is the appropriate way to resolve this build conflict. Change-Id: I48098a9eaa95df5b4bda8cac9dc40a180d494982 Signed-off-by: Ed Tanous <ed@tanous.net>
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: