Skip to content

Commit

Permalink
Simplify supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
montehurd committed Jul 11, 2024
1 parent e877234 commit 8a33dd8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
3 changes: 0 additions & 3 deletions novnc/conf.d/desktop.conf

This file was deleted.

3 changes: 0 additions & 3 deletions novnc/conf.d/websockify.conf

This file was deleted.

3 changes: 0 additions & 3 deletions novnc/conf.d/x11vnc.conf

This file was deleted.

3 changes: 0 additions & 3 deletions novnc/conf.d/xvfb.conf

This file was deleted.

18 changes: 16 additions & 2 deletions novnc/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
[supervisord]
nodaemon=true

[include]
files = /app/conf.d/*.conf
[program:xvfb]
command=Xvfb :0 -screen 0 "%(ENV_DISPLAY_WIDTH)s"x"%(ENV_DISPLAY_HEIGHT)s"x24 -listen tcp -ac
autorestart=true

[program:xfce4]
command=startxfce4
autorestart=true

[program:x11vnc]
command=x11vnc -forever -shared
autorestart=true

[program:websockify]
command=websockify --web /usr/share/novnc 8088 localhost:5900
autorestart=true

0 comments on commit 8a33dd8

Please sign in to comment.