From b81b08aa6a84d1b92d2bd5f55dbbe2b1eb476ee5 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Tue, 14 Jul 2015 23:45:14 -0400 Subject: [PATCH] clean x11vnc warning in logs --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index 54706ca..f026653 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -8,7 +8,7 @@ redirect_stderr=true stdout_logfile_maxbytes=0 [program:x11vnc] -command=x11vnc -forever +command=x11vnc -forever -nopw stdout_logfile=/dev/stdout redirect_stderr=true stdout_logfile_maxbytes=0