commit | fa5d5ca73024c6be6a011184edad79a6cf2c7630 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Dec 07 11:00:14 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue Dec 07 11:00:14 2021 +0800 |
tree | f58cbf31c6aa1f2a4c8b9163c9b420ee47b1a818 | |
parent | c7d22531874868c7002eab263c5c66576db92b06 [diff] |
Update the clang-format file with latest refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ib472614dc91f266f859ef11d421b999265ca5e82
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: