Skip to content

Commit 254cc1b

Browse files
authored
fix: Wrong websockify path (#25)
1 parent 57dc8e1 commit 254cc1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

localfs/etc/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ redirect_stderr=true
1414

1515
[program:websockify]
1616
priority=1
17-
command=/opt/websockify/bin/websockify --heartbeat=10 6090 127.0.0.1:5900
17+
command=/usr/local/bin/websockify --heartbeat=10 6090 127.0.0.1:5900
1818
autorestart=true
1919
stdout_logfile=/dev/stdout
2020
stdout_logfile_maxbytes=0

0 commit comments

Comments
 (0)