commit | c241bdee9b65f43b46e0324545e897fa775b5c7e | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 16:02:28 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 16 16:02:28 2023 +0800 |
tree | a18d3d3fe25f3799925ca32fbf380383b735771f | |
parent | 9d680779d278585818e9ff5025050a9a313e4514 [diff] |
meson: Replace configure_file with fs.copyfile configure_file is deprecated since 0.64.0, and replace it with fs.copyfile. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I776a96a47c35121b3ba88e3e3387fc70b84d93dd
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: