|
[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 |