@@ -0,0 +1,3 @@
+[program:demo]
+command=xterm
+autorestart=true
+[program:fluxbox]
+command=fluxbox
+[program:socat]
+command=socat tcp-listen:6000,reuseaddr,fork unix:/tmp/.X11-unix/X0
+[program:websockify]
+command=websockify --web /usr/share/novnc 8080 localhost:5900
+[program:x11vnc]
+command=x11vnc -forever
+[program:xterm]
+[program:xvfb]
+command=Xvfb :0 -screen 0 "%(ENV_DISPLAY_WIDTH)s"x"%(ENV_DISPLAY_HEIGHT)s"x24
@@ -1,26 +1,5 @@
[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=x11vnc -forever
-[program:novnc]
-command=websockify --web /usr/share/novnc 8080 localhost:5900
-[program:socat]
-command=socat tcp-listen:6000,reuseaddr,fork unix:/tmp/.X11-unix/X0
-[program:fluxbox]
-command=fluxbox
-[program:demo]
-command=xterm
+[include]
+files = /app/conf.d/*.conf