Removed localhost from VNC server options.

This commit is contained in:
Zepheris 2022-11-20 02:46:26 -07:00
parent 50d9c5920b
commit 5e7b472a12

View File

@ -4,7 +4,7 @@ pidfile=/tmp/supervisord.pid
[program:x11]
priority=0
command=/usr/bin/Xtigervnc -desktop "Prusaslicer" -localhost -rfbport 5900 -SecurityTypes None -AlwaysShared -AcceptKeyEvents -AcceptPointerEvents -AcceptSetDesktopSize -SendCutText -AcceptCutText :0
command=/usr/bin/Xtigervnc -desktop "Prusaslicer" -rfbport 5900 -SecurityTypes None -AlwaysShared -AcceptKeyEvents -AcceptPointerEvents -AcceptSetDesktopSize -SendCutText -AcceptCutText :0
autorestart=true
redirect_stderr=true