From 52bb450cc8c98626228ebd8f1f73bfa98afe97d7 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 24 Jan 2013 23:37:36 +0100 Subject: systemd: remove core recipes - they migrated to oe-core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit oe-core moved to systemd 197 so no package feeds should break Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../systemd/systemd-compat-units/run-postinsts.service | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service (limited to 'meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service') diff --git a/meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service b/meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service deleted file mode 100644 index da6fe76a38..0000000000 --- a/meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=Run pending postinsts -DefaultDependencies=no -ConditionPathExists=|/etc/rcS.d/S98run-postinsts -After=remount-rootfs.service tmp.mount -Before=sysinit.target - -[Service] -ExecStart=/etc/rcS.d/S98run-postinsts -RemainAfterExit=No -Type=oneshot -StandardOutput=syslog -TimeoutSec=0 - -[Install] -WantedBy=basic.target -WantedBy=sysinit.target -- cgit 1.2.3-korg