mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-12-10 22:35:37 -05:00
startup scripts for services needed for non-docker deployment
This commit is contained in:
parent
29b6a0b0d4
commit
b91d7e4c3f
3 changed files with 11 additions and 0 deletions
4
no-docker/vncserver.sh
Executable file
4
no-docker/vncserver.sh
Executable 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue