From: Colin Walters Date: Tue, 17 Feb 2015 18:47:34 +0000 (-0500) Subject: unit: When stopping due to BindsTo=, log which unit caused it X-Git-Tag: v219.0~561 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=98f738b62047229af4a929d7996e2ab04253b02c;hp=98f738b62047229af4a929d7996e2ab04253b02c;p=elogind.git 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. ---