commit | 543e072e7cac8e3830e608477e976ded35275afe | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Wed Feb 26 10:33:58 2025 -0800 |
committer | Jason M. Bills <jason.m.bills@linux.intel.com> | Wed Feb 26 13:24:33 2025 -0800 |
tree | e8b7f165a263327200101555a8b23e18053434c1 | |
parent | aaca057c0db470b9889f2992820c4d8d33c91599 [diff] |
Fix build issues with boost 1.87 With boost 1.87, some calls to spawn() generate this error: error: ignoring returned value of type 'boost::asio:: deferred_async_operation<void(std::__exception_ptr::exception_ptr), boost::asio::detail::initiate_spawn<boost::asio::io_context:: basic_executor_type<std::allocator<void>, 0> >...', declared with attribute 'nodiscard' [-Werror=unused-result] This works around the error by voiding the return. Change-Id: Iea474d61b9a748357aae248dfaf5bcb4b230dbd0 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.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: