summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-07-27 18:23:00 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-08-08 15:03:45 +0000
commit33d3e7526c56629db10ea15c0fb1d785cfca893c (patch)
tree12d9c2cb9e8936cced442b549537bc043d362ba9 /recipes-graphics
parent803e966c7f9f276fb5a0e36fdfe1542f63e29604 (diff)
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 <francesco.dolcini@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in4
1 files 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