Merge "move GPLv2 logic into agl-gplv2 feature"
[AGL/meta-agl.git] / meta-agl / recipes-devtools / run-agl-postinsts / run-agl-postinsts / run-agl-postinsts.service
index d1b5063..8f8667d 100644 (file)
@@ -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