]> git.ipfire.org Git - thirdparty/systemd.git/commit
unit: When stopping due to BindsTo=, log which unit caused it
authorColin Walters <walters@verbum.org>
Tue, 17 Feb 2015 18:47:34 +0000 (13:47 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 26 Feb 2015 14:18:01 +0000 (09:18 -0500)
commit98f738b62047229af4a929d7996e2ab04253b02c
treea249f385aa0d3f1bb3f3ed1fd018ce947c30409e
parent2479df30946dd327b0745ec5f9b7d3542b9538e3
unit: When stopping due to BindsTo=, log which unit caused it

I'm trying to track down a relatively recent change in systemd
which broke OSTree; see https://bugzilla.gnome.org/show_bug.cgi?id=743891

Systemd started to stop sysroot.mount, and this patch should help
me debug why at least.

While we're here, "break" on the first unit we find that will
deactivate, as there's no point in further iteration.
src/core/unit.c