commit | aaca057c0db470b9889f2992820c4d8d33c91599 | [log] [tgz] |
---|---|---|
author | Mohammed Javith Akthar M <mohammedjavitham@ami.com> | Thu Jun 27 17:31:02 2024 -0400 |
committer | Mohammed Javith Akthar M <mohammedjavitham@ami.com> | Tue Feb 04 09:04:26 2025 +0000 |
tree | 2c4d6804fc5aec68d6d21a8f004187994e079a50 | |
parent | 3c9cecf85a2f1ee779e62220e8c82041cbb648c5 [diff] |
obmc-ikvm: rename service file to align with repo name Updated systemd service file as following for better readability start-ipkvm.service -> obmc-ikvm.service Testing: Verified systemd service using QEMU + AST2600EVB firmware. Before changes: root@evb-ast2600:~# systemctl status start-ipkvm * start-ipkvm.service - OpenBMC ipKVM daemon After changes: root@evb-ast2600:~# systemctl status obmc-ikvm * obmc-ikvm.service - OpenBMC ipKVM daemon Change-Id: I8260a09b074b04c47821758c31ecad5d53eca40c Signed-off-by: Mohammed Javith Akthar M <mohammedjavitham@ami.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: