From 33d3e7526c56629db10ea15c0fb1d785cfca893c Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Wed, 27 Jul 2022 18:23:00 +0200 Subject: wayland-app-launch: Fix weston service name Fix weston service name, it was changed in oe-core commit dd83fb40f767 ("weston-init: Stop running weston as root") from weston@root.service to weston.service. Signed-off-by: Francesco Dolcini --- .../wayland-app-launch/wayland-app-launch.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 4be53a4..677abdb 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 @@ -1,7 +1,7 @@ [Unit] Description=Start a wayland application -After=weston@root.service -Requires=weston@root.service +After=weston.service +Requires=weston.service [Service] Restart=on-failure -- cgit v1.2.3