summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2022-02-28 18:32:30 +0100
committerVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2022-04-07 09:53:19 +0200
commit281ad6d11a259a87e3e5f458bb64572d11bc9f7c (patch)
tree82f12a1856e0e7f9170ecde15bd33507c49c8753
parent12ad591d3038db609db5290d8bbe809a34c743de (diff)
recipes-graphics: wayland: weston-init: Fix udev rules override SYSTEMD_WANTS.
Bug-AGL: SPEC-4321 Change-Id: Iad8f7b099971dbfc65135ad75bc17e2a27b665af Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
-rw-r--r--recipes-graphics/wayland/weston-init/zz-dri.rules.in2
-rw-r--r--recipes-graphics/wayland/weston-init/zz-input.rules.in2
-rw-r--r--recipes-graphics/wayland/weston-init/zz-tty.rules.in2
3 files changed, 3 insertions, 3 deletions
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"
diff --git a/recipes-graphics/wayland/weston-init/zz-input.rules.in b/recipes-graphics/wayland/weston-init/zz-input.rules.in
index fb3e677f..868f3147 100644
--- a/recipes-graphics/wayland/weston-init/zz-input.rules.in
+++ b/recipes-graphics/wayland/weston-init/zz-input.rules.in
@@ -1 +1 @@
-SUBSYSTEM=="input", MODE="0660", GROUP="input", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service"
+SUBSYSTEM=="input", MODE="0660", GROUP="input", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="weston@@WESTONUSER@.service"
diff --git a/recipes-graphics/wayland/weston-init/zz-tty.rules.in b/recipes-graphics/wayland/weston-init/zz-tty.rules.in
index e5ce4b55..f7e54c07 100644
--- a/recipes-graphics/wayland/weston-init/zz-tty.rules.in
+++ b/recipes-graphics/wayland/weston-init/zz-tty.rules.in
@@ -1 +1 @@
-SUBSYSTEM=="tty", KERNEL=="tty7", OWNER="@WESTONUSER@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service"
+SUBSYSTEM=="tty", KERNEL=="tty7", OWNER="@WESTONUSER@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="weston@@WESTONUSER@.service"