aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-12-13 19:36:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-28 00:48:27 +0000
commit1e3ac15fcf502396f92c69788642a56064e22e35 (patch)
tree85c7aaf4b2401087bf459e0dad6afedfb6609b17 /meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service
parent5933fbef26ffbc8140248ffb28957f36a813054b (diff)
downloadopenembedded-core-contrib-1e3ac15fcf502396f92c69788642a56064e22e35.tar.gz
systemd-compat-units: remove run-postints service
Remove this service as it's moved to the run-postinsts recipe. [YOCTO #5719] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service')
-rw-r--r--meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service b/meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service
deleted file mode 100644
index 35cf3d32de..0000000000
--- a/meta/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/S@POSTINSTALL_INITPOSITION@run-postinsts
-After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount
-Before=sysinit.target
-
-[Service]
-ExecStart=/etc/rcS.d/S@POSTINSTALL_INITPOSITION@run-postinsts
-RemainAfterExit=No
-Type=oneshot
-StandardOutput=syslog
-TimeoutSec=0
-
-[Install]
-WantedBy=basic.target
-WantedBy=sysinit.target