diff options
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 77dda03cf5..2b32bc4a08 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
@@ -93,5 +93,5 @@ CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/we | |||
93 | 93 | ||
94 | SYSTEMD_SERVICE:${PN} = "weston.service weston.socket" | 94 | SYSTEMD_SERVICE:${PN} = "weston.service weston.socket" |
95 | USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston" | 95 | USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston" |
96 | GROUPADD_PARAM:${PN} = "-r wayland" | 96 | GROUPADD_PARAM:${PN} = "-r wayland; -r render" |
97 | 97 | ||