summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston-init/init
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/init')
-rw-r--r--meta/recipes-graphics/wayland/weston-init/init3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init
index d3e87c6cef..a5c54e001e 100644
--- a/meta/recipes-graphics/wayland/weston-init/init
+++ b/meta/recipes-graphics/wayland/weston-init/init
@@ -30,8 +30,9 @@ done
30case "$1" in 30case "$1" in
31 start) 31 start)
32 . /etc/profile 32 . /etc/profile
33 export HOME=ROOTHOME
33 34
34 weston-start -- $OPTARGS 35 WESTON_USER=weston weston-start $OPTARGS &
35 ;; 36 ;;
36 37
37 stop) 38 stop)