瀏覽代碼

Add -ac option to allow remote connection to Xvfb

Youhei Sakurai 5 年之前
父節點
當前提交
caf9442b12
共有 1 個文件被更改,包括 1 次插入1 次删除
  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