Mercurial > hg > dml-home
view .boot @ 12:4bf4943f93a4
Forgot to switch branches in ClioPatria repo - now added in ~/etc/setup_as_dml.sh
author | samer |
---|---|
date | Mon, 19 Jan 2015 14:23:19 +0000 |
parents | 3255717f4e6b |
children | 438611cb6e79 |
line wrap: on
line source
#/bin/sh echo "Running user boot script as user $(whoami) in $HOME" echo "Path is: $PATH" cd $HOME startx 1>/dev/null 2> ~/var/log/startx.log & TERM=xterm-color DISPLAY=:0.0 screen -U -d -m -h 5000 echo "Exiting user boot script for $(whoami)"