]> code.ossystems Code Review - openembedded-core.git/commit
systemctl: handle RequiredBy dependencies
authorTomas Novotny <tomas@novotny.cz>
Fri, 26 Feb 2016 14:57:40 +0000 (15:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:41 +0000 (11:32 +0000)
commit6f4d9d9675ce39f5154de30b2921ada019a93d0f
tree0562ca9db704033663b07348b0d11cf6e6c6924f
parent2a3276653b110f020e2f906be5d6966c9b6efbb3
systemctl: handle RequiredBy dependencies

Install section of a systemd service may contain RequiredBy dependency,
which is not handled currently. This means that symlinks to enable the
service are not created and the service may not be started.

Also fix debug output (all dependencies were printed instead of the one
which was enabled or disabled).

Signed-off-by: Tomas Novotny <tomas@novotny.cz>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/systemd/systemd-systemctl/systemctl