aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-31 14:37:10 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-31 14:50:38 +0200
commit658bd7ef32390e5d364fb41ba93363b5ee8eeb3b (patch)
treee94d0ba6807333f0f2a94a9fadeb74c1771727fb /meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
parent5c3ba556836252a0ca4179173cad3c85c15bde77 (diff)
downloadmeta-openembedded-658bd7ef32390e5d364fb41ba93363b5ee8eeb3b.tar.gz
systemd-compat-units: package to fixup the rootfs, shouldn't be needed in the future
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service')
-rw-r--r--meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service b/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
new file mode 100644
index 0000000000..c346e57c35
--- /dev/null
+++ b/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Opkg first boot configure
+ConditionPathExists=|/etc/rcS.d/S98configure
+
+[Service]
+ExecStart=/etc/rcS.d/S98configure
+RemainAfterExit=no
+
+[Install]
+WantedBy=basic.target