startup scripts for services needed for non-docker deployment

This commit is contained in:
Noah Levitt 2015-11-11 21:28:55 +00:00
parent 29b6a0b0d4
commit b91d7e4c3f
3 changed files with 11 additions and 0 deletions

3
no-docker/vnc-websock.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PYTHONPATH=/home/nlevitt/workspace/websockify/websockify-ve34/lib/python3.4/site-packages:/home/nlevitt/workspace/websockify exec /home/nlevitt/workspace/websockify/websockify-ve34/bin/websockify 0.0.0.0:8901 localhost:5901 >> /home/nlevitt/workspace/brozzler/no-docker/websockify-`hostname -s`.out 2>&1