diff options
-rw-r--r-- | recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service | 16 | ||||
-rw-r--r-- | recipes-devtools/run-postinsts/run-postinsts_1.0.bbappend | 1 |
2 files changed, 0 insertions, 17 deletions
diff --git a/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service b/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service deleted file mode 100644 index 1b71a1f..0000000 --- a/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Run pending postinsts -DefaultDependencies=no -After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount -Before=sysinit.target -ConditionPathExistsGlob=#SYSCONFDIR#/*-postinsts - -[Service] -Type=oneshot -ExecStart=#SBINDIR#/run-postinsts -ExecStartPost=#BASE_BINDIR#/systemctl --no-reload disable run-postinsts.service -RemainAfterExit=No -TimeoutSec=0 - -[Install] -WantedBy=sysinit.target diff --git a/recipes-devtools/run-postinsts/run-postinsts_1.0.bbappend b/recipes-devtools/run-postinsts/run-postinsts_1.0.bbappend deleted file mode 100644 index f8ccc1a..0000000 --- a/recipes-devtools/run-postinsts/run-postinsts_1.0.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/run-postinsts:" |