Gonzalo Javier Aune
5 years ago
6 changed files with 18 additions and 9 deletions
@ -1,6 +1,10 @@ |
|||
[program:relay] |
|||
user=root |
|||
command=npm run start-ecs --prefix /relay/ |
|||
command=npm run start-ecs-low-mem --prefix /relay/ |
|||
startretries=999999999999999999999999999 |
|||
autostart=true |
|||
autorestart=true |
|||
autorestart=true |
|||
stdout_logfile=/var/log/supervisor/%(program_name)s.log |
|||
stderr_logfile=/var/log/supervisor/%(program_name)s.log |
|||
stdout_logfile_maxbytes=10MB |
|||
stdout_logfile_backups=10 |
Loading…
Reference in new issue