]> 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>
Mon, 4 Dec 2017 17:14:27 +0000 (17:14 +0000)
commit8407100061e56346cafa06cc60eb63103d166bf8
tree26fae22a59cb2cdc3203c21fa7c632853ce2b0c2
parentafd36e0d3eb7d7a68199572bb841b1c7078983c3
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>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-core/systemd/systemd-systemctl/systemctl