binary1ne commited on
Commit
d9dcfcc
·
verified ·
1 Parent(s): e6b0614

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +1 -1
supervisord.conf CHANGED
@@ -32,7 +32,7 @@ depends_on=x11vnc
32
 
33
  [program:novnc]
34
  ; Old ✅ command=bash -c "sleep 5 && cd /opt/novnc && ./utils/novnc_proxy --vnc localhost:7860 --listen 0.0.0.0:5901 --web /opt/novnc"
35
- command=bash -c "sleep 5 && /usr/share/novnc/utils/novnc_proxy --vnc localhost:5901 --listen 6080 --web /usr/share/novnc"
36
  autorestart=true
37
  priority=300
38
  startretries=5
 
32
 
33
  [program:novnc]
34
  ; Old ✅ command=bash -c "sleep 5 && cd /opt/novnc && ./utils/novnc_proxy --vnc localhost:7860 --listen 0.0.0.0:5901 --web /opt/novnc"
35
+ command=bash -c "sleep 5 && /usr/share/novnc/utils/launch.sh --vnc localhost:5901 --listen 6080"
36
  autorestart=true
37
  priority=300
38
  startretries=5