intimate/supervisor_conf/xvfb.conf

9 lines
171 B
Plaintext
Raw Normal View History

2020-08-17 06:50:19 +00:00
[supervisord]
nodaemon=true
[program:xvfb-99]
command=/usr/bin/Xvfb :99 -screen 0 1280x720x24 -ac -nolisten tcp -dpi 96 +extension RANDR -nolisten tcp
autorestart=true
2020-08-28 11:07:12 +00:00