We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dc8e1 commit 254cc1bCopy full SHA for 254cc1b
1 file changed
localfs/etc/supervisord.conf
@@ -14,7 +14,7 @@ redirect_stderr=true
14
15
[program:websockify]
16
priority=1
17
-command=/opt/websockify/bin/websockify --heartbeat=10 6090 127.0.0.1:5900
+command=/usr/local/bin/websockify --heartbeat=10 6090 127.0.0.1:5900
18
autorestart=true
19
stdout_logfile=/dev/stdout
20
stdout_logfile_maxbytes=0
0 commit comments