]> code.ossystems Code Review - openembedded-core.git/commit
systemctl-native: add target.wants to target regex
authorMartin Kelly <mkelly@xevo.com>
Mon, 16 Oct 2017 16:31:42 +0000 (09:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Nov 2017 22:23:44 +0000 (22:23 +0000)
commitccffc66c64fc0dde433b0375c69760983c657427
tree1c65f58eb54319baf0eb8722040296d6b65c34ba
parent04151b8b683e2d81de1f87477eb89639b4fcac00
systemctl-native: add target.wants to target regex

The regex for acceptable systemd WantedBy/RequiredBy targets does not include
target.wants, so a line like this:

WantedBy=multi-user.target.wants

gets silently ignored, even though it works fine on a real system.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/systemd/systemd-systemctl/systemctl