From 171fc2d36dc62498446e672352d8d2e18b0c1ec1 Mon Sep 17 00:00:00 2001 From: Tomohisa Kusano Date: Tue, 21 Jun 2016 09:05:44 -0700 Subject: [PATCH] set non-null password MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit so that OS X “Screen Sharing” can connect --- copyables/etc/supervisor/conf.d/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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