minecraftcodex/config/production/app.supervisor.conf

10 lines
235 B
Plaintext

[program:gunicorn]
command = /home/app/server.sh
directory = /home/app
numprocs = 1
user = app
autostart = true
autorestart = true
stdout_logfile = /var/log/supervisor/gunicorn.log
stderr_logfile = /var/log/supervisor/gunicorn_err.log