All pastes #904698 Raw Edit

Anonymous

public text v1 · immutable
#904698 ·published 2008-02-15 04:33 UTC
rendered paste body
if ! grep noautologin /proc/cmdline 1> /dev/null 2> /dev/null ; then
    echo "Launching XWindows"
    su - mythtv -c "bash -l startx -- -dpi 100" &
fi