From: Martin Wilck <mwilck@xxxxxxxx> This "Also=" directive is wrong. It was meant for enabling socket activation, but it actually does the opposite. "Also=multipathd.socket" means that enabling/disabling the service will enable/disable the socket, too. This is not what we want: socket activation means that we can enable the socket while the service is disabled and will be activated by the socket on demand. See https://github.com/dracutdevs/dracut/pull/2290, https://github.com/opensvc/multipath-tools/issues/65 Fixes: ca985df ("multipathd: switch to socket activation for systemd") Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- multipathd/multipathd.service | 1 - 1 file changed, 1 deletion(-) diff --git a/multipathd/multipathd.service b/multipathd/multipathd.service index aec62db..5a9cde1 100644 --- a/multipathd/multipathd.service +++ b/multipathd/multipathd.service @@ -22,4 +22,3 @@ TasksMax=infinity [Install] WantedBy=sysinit.target -Also=multipathd.socket -- 2.39.2 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/dm-devel