d4103f8f | 16-Jun-2021 |
Andrew Jeffery <andrew@aj.id.au> |
mctp-demux-daemon: Use systemd socket activation
Take advantage of lazy initialisation.
However, this also allows (one) daemon providing services over MCTP (pldmd) an opportunity to start prior to
mctp-demux-daemon: Use systemd socket activation
Take advantage of lazy initialisation.
However, this also allows (one) daemon providing services over MCTP (pldmd) an opportunity to start prior to MCTP interfaces coming up. This is a stunted way to provide capabilities that might be assumed by other components (the host) without implementing some required messages from the MCTP standard.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I4b1c21f4fd42f84e2c85a453570a74330fc70ecf
show more ...
|
507ba00d | 16-Jun-2021 |
Andrew Jeffery <andrew@aj.id.au> |
systemd: Own service startup ordering with respect to pldmd
We're about to turn the dependencies around so mctp-demux-daemon can be socket-activated by systemd. Move ownership of the start-up sequen
systemd: Own service startup ordering with respect to pldmd
We're about to turn the dependencies around so mctp-demux-daemon can be socket-activated by systemd. Move ownership of the start-up sequencing between mctp-demux-daemon and pldmd into libmctp so the switch to socket-activation is transparent to pldmd.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ia094d7ce32eabccf86d6a53a4a74b7deea79488d
show more ...
|