From 281ad6d11a259a87e3e5f458bb64572d11bc9f7c Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Mon, 28 Feb 2022 18:32:30 +0100 Subject: recipes-graphics: wayland: weston-init: Fix udev rules override SYSTEMD_WANTS. Bug-AGL: SPEC-4321 Change-Id: Iad8f7b099971dbfc65135ad75bc17e2a27b665af Signed-off-by: Vasyl Vavrychuk --- recipes-graphics/wayland/weston-init/zz-dri.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics/wayland/weston-init/zz-dri.rules.in') diff --git a/recipes-graphics/wayland/weston-init/zz-dri.rules.in b/recipes-graphics/wayland/weston-init/zz-dri.rules.in index 51c68c30..72a6e531 100644 --- a/recipes-graphics/wayland/weston-init/zz-dri.rules.in +++ b/recipes-graphics/wayland/weston-init/zz-dri.rules.in @@ -1 +1 @@ -SUBSYSTEM=="drm", MODE="0660", GROUP="@WESTONGROUP@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service" +SUBSYSTEM=="drm", MODE="0660", GROUP="@WESTONGROUP@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="weston@@WESTONUSER@.service" -- cgit 1.2.3-korg