Searched refs:WESTON_USER (Results 1 – 2 of 2) sorted by relevance
34 if [ -n "$WESTON_USER" ]; then37 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_DIR71 su -c "XDG_RUNTIME_DIR=/run/user/`id -u ${WESTON_USER}` weston $weston_args --log=/tmp/weston.log" …
35 WESTON_USER=weston weston-start $OPTARGS &