Files
Traffic-Intersection-Monito…/qt_app_pyside1/supervisord.conf

11 lines
205 B
Plaintext

[supervisord]
nodaemon=true
[program:xvfb]
command=/usr/bin/Xvfb :99 -screen 0 1024x768x24
[program:app]
command=python run_app.py
stdout_logfile=/app/logs/app.log
stderr_logfile=/app/logs/app_error.log