agl-postints: remove unneeded Glob 11/9311/2
authorMartin Kelly <mkelly@xevo.com>
Thu, 4 May 2017 19:39:11 +0000 (12:39 -0700)
committerWalt Miner <walt@linux.com>
Fri, 5 May 2017 18:43:04 +0000 (18:43 +0000)
We're using ConditionPathExistsGlob on a straight filepath without wildcards.
Just use ConditionPathExists instead.

Change-Id: I6f9743beffa1c529013a084758a8589b380a0ba9
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9311
Reviewed-by: José Bollo <jobol@nonadev.net>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Walt Miner <walt@linux.com>
meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service

index d1b5063..a80b160 100644 (file)
@@ -2,7 +2,7 @@
 Description=Run pending agl postinsts
 DefaultDependencies=no
 After=#SYSTEMD_SERVICE_AFTER#
-ConditionPathExistsGlob=#SYSCONFDIR#/agl-postinsts
+ConditionPathExists=#SYSCONFDIR#/agl-postinsts
 
 [Service]
 Type=oneshot