commit | 1bfadda6b41ee31a70e4fa0f0829ab109f94f029 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 03 15:54:44 2024 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 12 11:50:27 2024 -0500 |
tree | c3e3fc391a23b11c872a43b1b68cacc3ac0214ff | |
parent | bace99eb318f88adde3a45c12b4ec3507be7d866 [diff] |
meson: switch code dependency to libsystemd For a while now systemd has packaged a separate `libsystemd`. For meson dependency, `systemd` should be used when looking for systemd service file paths and `libsystemd` should be used for `sd_*` functions. Update the dependency accordingly. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I606d1dee9ac96025f3a1059fbfbba9bc6f8b27f0
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: