Explorar el Código

Add -ac option to allow remote connection to Xvfb

Youhei Sakurai hace 5 años
padre
commit
caf9442b12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      conf.d/xvfb.conf

+ 1 - 1
conf.d/xvfb.conf

@@ -1,3 +1,3 @@
 [program:xvfb]
-command=Xvfb :0 -screen 0 "%(ENV_DISPLAY_WIDTH)s"x"%(ENV_DISPLAY_HEIGHT)s"x24 -listen tcp
+command=Xvfb :0 -screen 0 "%(ENV_DISPLAY_WIDTH)s"x"%(ENV_DISPLAY_HEIGHT)s"x24 -listen tcp -ac
 autorestart=true