commit | cb267c8fc0cdcac68191f4b9dc32ef171f7901e0 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Jan 05 17:53:28 2022 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Sat Jan 08 09:09:57 2022 +0800 |
tree | 6278f6138541efe6521387b196a73d8597c37c83 | |
parent | fa5d5ca73024c6be6a011184edad79a6cf2c7630 [diff] |
logging: switch to lg2 After switching to C++20, it is recommended to use `phosphor::lg2` to format log, and the correct `CODE_LINE` and `CODE_FUNC` values can be used in log tracking. Tested: built phosphor-srvcfg-manager successfully and Unit Test passes. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ib676a0d8082b0e3e72b51bd5115bf5b05599e6ec
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: