if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]
then
  startx >~/.x.log 2>&1
#  cage -r -- ~/.chromiosk.sh >~/.cage.log 2>&1
  exit
fi
