]> git.ipfire.org Git - thirdparty/systemd.git/commit - NEWS
core: explicitly verify that BindsTo= deps are in order before dispatch start operati...
authorLennart Poettering <lennart@poettering.net>
Thu, 24 Nov 2016 17:47:48 +0000 (18:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 14 Feb 2017 12:38:24 +0000 (13:38 +0100)
commit631b676bb7636971c2e1c42528f49378d8970696
treed7af017ec6e44c95f63fd9e14db30162ac9cab1b
parent290f0ff9aa4fa184de6810344415959e0b466cdb
core: explicitly verify that BindsTo= deps are in order before dispatch start operation of a unit

Let's make sure we verify that all BindsTo= are in order before we actually go
and dispatch a start operation to a unit. Normally the job queue should already
have made sure all deps are in order, but this might not have been sufficient
in two cases: a) when the user changes deps during runtime and reloads the
daemon, and b) when the user placed BindsTo= dependencies without matching
After= dependencies, so that we don't actually wait for the bound to unit to be
up before upping also the binding unit.

See: #4725
NEWS
src/core/job.c
src/core/unit.c