From 894e7b73fe924b16ed543bca162f5794e294b51e Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Fri, 18 Nov 2022 10:33:01 +0100 Subject: Revert "wayland-app-launch: do not restart on failure" This reverts commit c6baf131a27bad3515cec907e307c7d0af297409. Now that the cinematicexperience application doesn't crash anymore we can enable the restart on failure again. This will handle the unlikely case when the application would still crash in an unlikely event. Related-to: ELB-4884 Signed-off-by: Stefan Eichenberger (cherry picked from commit 34121f5c91729f7b9185f879318bfd85746e7112) Signed-off-by: Max Krummenacher --- .../wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in index fc9d733..31499c1 100644 --- a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in +++ b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in @@ -10,6 +10,8 @@ PAMName=login Environment=WAYLAND_DISPLAY=/run/wayland-0 Environment=@@application-environment@@ ExecStart=@@wayland-application@@ +Restart=on-failure +RestartSec=1 [Install] WantedBy=graphical.target -- cgit v1.2.3