diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2022-02-28 18:32:30 +0100 |
---|---|---|
committer | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2022-04-07 09:53:19 +0200 |
commit | 281ad6d11a259a87e3e5f458bb64572d11bc9f7c (patch) | |
tree | 82f12a1856e0e7f9170ecde15bd33507c49c8753 /recipes-graphics | |
parent | 12ad591d3038db609db5290d8bbe809a34c743de (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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston-init/zz-dri.rules.in | 2 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston-init/zz-input.rules.in | 2 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston-init/zz-tty.rules.in | 2 |
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 51c68c303..72a6e5318 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 fb3e677f4..868f31479 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 e5ce4b553..f7e54c079 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" |