diff --git a/copyables/etc/supervisor/conf.d/supervisord.conf b/copyables/etc/supervisor/conf.d/supervisord.conf index d60c72a..23096f2 100644 --- a/copyables/etc/supervisor/conf.d/supervisord.conf +++ b/copyables/etc/supervisor/conf.d/supervisord.conf @@ -14,6 +14,6 @@ autorestart=true priority=200 [program:x11vnc] -command=/usr/bin/x11vnc -display :1 -nopw -wait 5 -forever +command=/usr/bin/x11vnc -display :1 -passwd 123456 -wait 5 -forever autorestart=true priority=300