diff options
Diffstat (limited to 'recipes-graphics/wayland/weston-init')
-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" |