From 53e4ec831b26c4906849cfa85c6a0c56b544f475 Mon Sep 17 00:00:00 2001 From: danielguerra69 Date: Wed, 16 Nov 2016 02:46:23 +0100 Subject: [PATCH] remove some options it was not working well , next test --- etc/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/supervisord.conf b/etc/supervisord.conf index c961807..2a23f94 100644 --- a/etc/supervisord.conf +++ b/etc/supervisord.conf @@ -8,7 +8,7 @@ user=alpine priority=100 [program:x11vnc] -command=/usr/bin/x11vnc -xkb -noxrecord -noxfixes -noxdamage -ncache 10 -display :1 -nopw -wait 5 -shared -permitfiletransfer -tightfilexfer +command=/usr/bin/x11vnc -xkb -ncache 10 -display :1 -nopw -wait 5 -shared -permitfiletransfer -tightfilexfer user=alpine autorestart=true priority=200