supervisord.conf 503 B

1234567891011121314151617181920212223242526
  1. [supervisord]
  2. nodaemon=true
  3. [program:X11]
  4. command=Xvfb :0 -screen 0 "%(ENV_DISPLAY_WIDTH)s"x"%(ENV_DISPLAY_HEIGHT)s"x24
  5. autorestart=true
  6. [program:x11vnc]
  7. command=/usr/bin/x11vnc
  8. autorestart=true
  9. [program:novnc]
  10. command=/root/noVNC/utils/launch.sh --vnc localhost:5900 --listen 8080
  11. autorestart=true
  12. [program:socat]
  13. command=socat tcp-listen:6000,reuseaddr,fork unix:/tmp/.X11-unix/X0
  14. autorestart=true
  15. [program:fluxbox]
  16. command=fluxbox
  17. autorestart=true
  18. [program:demo]
  19. command=xterm
  20. autorestart=true