Skip to content

Commit

Permalink
systemd: Remove mctp-demux dependency
Browse files Browse the repository at this point in the history
mctp-demux-daemon is undergoing a transition from service to socket
activation. Move the ownership of the service relationship into the
service units provided by libmctp. This will end in a reversal of the
dependencies with pldmd connecting to the @mctp-mux socket to launch
mctp-demux-daemon on-demand.

Signed-off-by: Andrew Jeffery <[email protected]>
Change-Id: I7cd3dbaf40a0bc9535b647efb9a0a0d4e2702192
  • Loading branch information
amboar authored and rfrandse committed Jun 25, 2021
1 parent 51bc283 commit b30c3a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pldmd/service_files/pldmd.service
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[Unit]
Description=Phosphor PLDM Daemon
Wants=mctp-demux.service
After=mctp-demux.service
Wants=mapper-wait@-xyz-openbmc_project-inventory.service
After=mapper-wait@-xyz-openbmc_project-inventory.service
Wants=xyz.openbmc_project.biosconfig_manager.service
After=xyz.openbmc_project.biosconfig_manager.service

Expand Down

0 comments on commit b30c3a0

Please sign in to comment.