Mercurial > hg > dml-home
view .boot @ 98:672e1c8fb1f3 dml-dockerised
curl for swipl
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Mon, 18 Jun 2018 17:09:07 +0100 |
parents | 438611cb6e79 |
children |
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 #daniel: we now use this to start ipcluster with 25 cores :) (cd ~/src/hg/dml-cliopatria/dml-cla/python/ && exec ipcluster start -n 15 > ~/var/log/ipcluster_log.txt &) echo "Exiting user boot script for $(whoami)"