wine-vnc/etc/supervisord.d/x11vnc.conf

13 lines
343 B
Plaintext
Raw Normal View History

2024-02-23 10:23:27 +08:00
[program:X11]
2024-02-23 11:51:52 +08:00
command=/usr/bin/Xvfb :0 -screen 0 1280x720x24 -nolisten unix -ac +extension GLX +extension RENDER
2024-02-23 10:23:27 +08:00
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:x11vnc]
command=/usr/bin/x11vnc -noxrecord
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true