Answer the question
In order to leave comments, you need to log in
Parallel launch of applications in xvfb, how to organize it correctly?
Good day everyone.
I've come across a situation where I need to launch multiple console applications that require windows.
I implement this through xvfb with the following script:
#!/bin/bash
DEBUG=* /usr/bin/xvfb-run --auto-servernum --server-num=1 --server-args="-screen 0 1024x768x24" /usr/bin/node --harmony /home/user/projects/project-name/worker.js
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question