]> code.ossystems Code Review - openembedded-core.git/commit
cups.inc: remove template service from SYSTEMD_SERVICE
authorChangqing Li <changqing.li@windriver.com>
Thu, 4 Jun 2020 03:28:12 +0000 (11:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jun 2020 12:42:01 +0000 (13:42 +0100)
commit4bb87c8b28b58a469c01f4a051361aa099cdfe1a
tree288337f7e7a122dfab743521a6d78bcedce21a3d
parentefdfd0d5dde4dde43cb67ef28a90d5f5fe3e0ac6
cups.inc: remove template service from SYSTEMD_SERVICE

this template service need to triggered by org.cups.cups-lpd.socket,
which will assigned an instance id for org.cups.cups-lpd@.service,
like org.cups.cups-lpd@0.service. add this in SYSTEMD_SERVICE will
cause post scriptlet fail as:
Failed to start org.cups.cups-lpd@.service: Unit name org.cups.cups-lpd@.service is missing the instance name.
See system logs and 'systemctl status org.cups.cups-lpd@.service' for details.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/cups/cups.inc