The path in the unit file should match the actual installation path. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> Reviewed-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> --- multipathd/multipathd.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in index a63ddd9..646001e 100644 --- a/multipathd/multipathd.service.in +++ b/multipathd/multipathd.service.in @@ -16,8 +16,8 @@ ConditionVirtualization=!container [Service] Type=notify NotifyAccess=main -ExecStart=/sbin/multipathd -d -s -ExecReload=/sbin/multipathd reconfigure +ExecStart=@BINDIR@/multipathd -d -s +ExecReload=@BINDIR@/multipathd reconfigure TasksMax=infinity LimitRTPRIO=10 CPUWeight=1000 -- 2.45.2