X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-devtools%2Frun-agl-postinsts%2Frun-agl-postinsts%2Frun-agl-postinsts.service;h=8f8667db6984c653369e8a77b1bd632a79b4f120;hb=f4b0c3bb834c202808022f2177c82de793b62b17;hp=d1b506308f0fe9b1955f60d0f04fb74e6b593301;hpb=67f1d7f631f20dfb4be3765ec32dfcd237d649c5;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service b/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service index d1b506308..8f8667db6 100644 --- a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service +++ b/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service @@ -2,10 +2,12 @@ Description=Run pending agl postinsts DefaultDependencies=no After=#SYSTEMD_SERVICE_AFTER# -ConditionPathExistsGlob=#SYSCONFDIR#/agl-postinsts +Before=#SYSTEMD_SERVICE_BEFORE# +ConditionPathExists=#SYSCONFDIR#/agl-postinsts [Service] Type=oneshot +StandardOutput=journal+console ExecStart=#SBINDIR#/run-agl-postinsts ExecStartPost=#BASE_BINDIR#/systemctl disable run-agl-postinsts.service RemainAfterExit=No