aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/pkgmgr-first-setup-service/files/pkgmgr-first-setup.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-application-manager/recipes-others/pkgmgr-first-setup-service/files/pkgmgr-first-setup.service')
-rwxr-xr-xmeta-application-manager/recipes-others/pkgmgr-first-setup-service/files/pkgmgr-first-setup.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-application-manager/recipes-others/pkgmgr-first-setup-service/files/pkgmgr-first-setup.service b/meta-application-manager/recipes-others/pkgmgr-first-setup-service/files/pkgmgr-first-setup.service
new file mode 100755
index 0000000..0a3dfd6
--- /dev/null
+++ b/meta-application-manager/recipes-others/pkgmgr-first-setup-service/files/pkgmgr-first-setup.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Package manager first setup script
+Before=weston.service
+After=tmp.mount
+
+[Service]
+Type=oneshot
+ExecStart=/usr/share/pkgmgr-first-setup/pkgmgr-first-setup.sh
+
+[Install]
+WantedBy=multi-user.target