PTAnywhere / ptAnywhere-installation

PTAnywhere installation script for a Linux distribution using Ansible (and optionally Vagrant).
Apache License 2.0
17 stars 4 forks source link

Avoid using supervisor in the images where no additional processes to Xvfb and Packet Tracer are required #7

Closed gomezgoiri closed 8 years ago

gomezgoiri commented 9 years ago

Supervisor is used to run different tasks in the same container.

However, if only Packet Tracer needs to be executed (and therefore Xvfb as the first requires a graphical session), we could simply use xvfb-run (more information here).

So far, this can only be done only if no Xfce or VNC are required in the image.