summaryrefslogtreecommitdiffstats
path: root/recipes-demo/launcher/files
diff options
context:
space:
mode:
authorArnaud Ferraris <arnaud.ferraris@collabora.com>2021-12-07 19:15:58 +0100
committerArnaud Ferraris <arnaud.ferraris@collabora.com>2021-12-21 09:02:51 +0100
commita88b3b1779ea71960a3048ec9a0f5fa32f52ed9c (patch)
tree8724b7ca5896085eec48c2231c623a6a8a2cd257 /recipes-demo/launcher/files
parent864ca525d2edd914d58077bec6faa963b704258a (diff)
recipes-demo: restore launcher application
While launcher hasn't been merged into homescreen, we should restore it as a default application. Bug-AGL: SPEC-4159 Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com> Change-Id: I772142beec717b0f244b1c1a9c128baf843827fd
Diffstat (limited to 'recipes-demo/launcher/files')
-rw-r--r--recipes-demo/launcher/files/launcher.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-demo/launcher/files/launcher.service b/recipes-demo/launcher/files/launcher.service
new file mode 100644
index 00000000..6170f60d
--- /dev/null
+++ b/recipes-demo/launcher/files/launcher.service
@@ -0,0 +1,12 @@
+[Unit]
+Name=AGL Launcher
+Requires=homescreen.service
+After=homescreen.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/launcher
+Restart=on-failure
+
+[Install]
+WantedBy=agl-session.target