14 lines
446 B
Plaintext
14 lines
446 B
Plaintext
|
|
||
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:xvfb-99]
|
||
|
# directory = /home/eson/test/intimate/extractor/openrec_extractor
|
||
|
command=/usr/bin/Xvfb :99 -screen 0 1280x720x24 -ac -nolisten tcp -dpi 96 +extension RANDR -nolisten tcp
|
||
|
autorestart=true
|
||
|
# # stdout_logfile=/home/eson/test/intimate/extractor/openrec/stdout
|
||
|
# # stdout_logfile_maxbytes=0
|
||
|
# stderr_logfile=/home/eson/test/intimate/extractor/openrec/log
|
||
|
# stderr_logfile_maxbytes=0
|
||
|
# stopsignal=QUIT
|