balena-supervisor/resin-supervisor.conf
2015-10-13 13:28:00 -03:00

11 lines
283 B
Plaintext

[program:resin-supervisor]
directory=/app
command=node src/supervisor.js
redirect_stderr=true
autorestart=true
autostart=false
stdout_logfile=/var/log/resin_supervisor_stdout.log
stderr_logfile=/var/log/resin_supervisor_error.log
stdout_logfile_maxbytes=2MB
stdout_logfile_backups=5