From 5f15f53ed7022e7cadd4b9bfb199d4bc2e66c0db Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 11 Jun 2019 15:35:21 +0200 Subject: wayland-app-launch: fix service status detection The service expects the script to return (Type=forking). Change the script so that the wayland app is started in the background. While at it configure the service to restart the application. Signed-off-by: Max Krummenacher --- .../wayland-app-launch/wayland-app-launch/wayland-app-launch.service | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service') diff --git a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service index d41615b..a62c980 100644 --- a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service +++ b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service @@ -4,6 +4,7 @@ After=weston.service Requires=weston.service [Service] +Restart=always Type=forking ExecStart=/usr/bin/wayland-app-launch.sh -- cgit v1.2.3