Home
last modified time | relevance | path

Searched refs:WESTON_USER (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston-start34 if [ -n "$WESTON_USER" ]; then
37 export WESTON_GROUP="${WESTON_USER}"
60 export XDG_RUNTIME_DIR=/run/user/`id -u ${WESTON_USER}`
65 if [ -n "$WESTON_USER" ]
67 chown $WESTON_USER:$WESTON_GROUP $XDG_RUNTIME_DIR
71 su -c "XDG_RUNTIME_DIR=/run/user/`id -u ${WESTON_USER}` weston $weston_args --log=/tmp/weston.log" …
H A Dinit35 WESTON_USER=weston weston-start $OPTARGS &