commit | ef5ceced0bee522da0fce5c759b9b733298d82bd | [log] [tgz] |
---|---|---|
author | Jiaqing Zhao <jiaqing.zhao@intel.com> | Fri Dec 10 00:44:11 2021 +0800 |
committer | Jiaqing Zhao <jiaqing.zhao@intel.com> | Mon Feb 28 15:45:56 2022 +0800 |
tree | df387e6c69969d809c6c4f2809c77653d1e49505 | |
parent | f476683ce8493f1ae08d09bfaa3d579ffdb316f1 [diff] |
Add obmc-console-ssh (SOL over SSH) support This patch adds obmc-console-ssh service support. Like dropbear, it is also a socket-activated service. Tested: 1. Changing obmc-console-ssh service status and its port number works. 2. When disabling obmc-console-ssh, all active SOL SSH connections will be terminated in a few seconds. 3. All operations on obmc-console-ssh service will not affect dropbear service, and vice versa. Change-Id: Ibf56967236a08cb34535c175e0dc5eea7fc4c84c Signed-off-by: Jiaqing Zhao <jiaqing.zhao@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: