diff --git a/docker-playwright-jwm/supervisord.conf b/docker-playwright-jwm/supervisord.conf index 867790f..0b748d7 100644 --- a/docker-playwright-jwm/supervisord.conf +++ b/docker-playwright-jwm/supervisord.conf @@ -3,16 +3,12 @@ nodaemon = true [program:jwm] command = jwm -autorestart = true [program:websockify] command = websockify --web /usr/share/novnc 8080 localhost:5900 -autorestart = true [program:x11vnc] command = x11vnc -shared -forever -autorestart = true [program:xvfb] command = Xvfb -autorestart = true