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

4
no-docker/vncserver.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec Xvnc4 :1 -auth /tmp/Xauthority.$USER -geometry 1600x1000 -depth 24 -rfbwait 0 -nolisten tcp -rfbport 5901 -SecurityTypes None -pn -fp /usr/share/fonts/X11/misc/ -co /etc/X11/rgb >> $script_dir/Xvnc4-`hostname -s`:1.out 2>&1