# Managed by ansible (pi_kiosk role). Auto-starts the kiosk browser on the console # this account autologs into - not meant for interactive use. if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then while true; do startx -- -nocursor sleep 1 done fi