#!/bin/bash
rm -f /var/log/startx.log
su - turbo startx > /var/log/startx.log 2>&1
poweroff
