first commit

This commit is contained in:
ben
2020-12-11 13:41:11 +01:00
commit 58c9a82364
4 changed files with 164 additions and 0 deletions

23
supervisord.conf Normal file
View File

@@ -0,0 +1,23 @@
[supervisord]
nodaemon=true
[program:X11]
command=Xvfb :0 -screen 0 "%(ENV_DISPLAY_WIDTH)s"x"%(ENV_DISPLAY_HEIGHT)s"x24
autorestart=true
[program:x11vnc]
command=/usr/bin/x11vnc
autorestart=true
[program:novnc]
command=/opt/noVNC/utils/launch.sh --vnc localhost:5900 --listen 8080
autorestart=true
#[program:novnc]
#command=/opt/noVNC/utils/launch.sh --vnc benux.mailliet.ovh:5901 --listen 8081
#autorestart=true
[program:fluxbox]
command=fluxbox
autorestart=true