bypass / launch.conf
Z2Yc1's picture
Update launch.conf
496493f verified
raw
history blame contribute delete
620 Bytes
[program:server]
command = ./server --port 7860 --proxies http://85.194.243.117:17890 --log debug
directory=/app
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
autostart=true
autorestart=true
startsecs=5
stopwaitsecs = 5
killasgroup=true
[program:helper]
depends_on = server
command = ./bin/linux/helper --port 8081 --proxies http://85.194.243.117:17890
directory=/app
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
autostart=true
autorestart=true
startsecs=5
stopwaitsecs = 5
killasgroup=true