mirror of
https://github.com/Qoyyuum/Forex-MT5-Bot.git
synced 2026-02-23 07:53:17 +00:00
44 lines
1,021 B
Text
44 lines
1,021 B
Text
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:X11]
|
|
command=/usr/bin/Xvfb :0 -screen 0 1920x1080x24
|
|
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
|
|
|
|
[program:novnc]
|
|
command=/root/novnc/utils/launch.sh --vnc localhost:5900 --listen 8080
|
|
autorestart=true
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
redirect_stderr=true
|
|
|
|
[program:explorer]
|
|
command=/opt/wine-stable/bin/wine /opt/wine-stable/lib/wine/explorer.exe
|
|
autorestart=true
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
redirect_stderr=true
|
|
|
|
[program:mt5]
|
|
command=/opt/wine-stable/bin/wine /root/prefix64/drive_c/Program\ Files/XM\ Global\ MT5/terminal64.exe
|
|
autorestart=true
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
redirect_stderr=true
|
|
|
|
[program:fluxbox]
|
|
command=/usr/bin/fluxbox
|
|
autorestart=true
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
redirect_stderr=true
|