deploy/templates/supervisord_irinotes_backend.ini.j2
author ymh <ymh.work@gmail.com>
Wed, 28 Nov 2018 18:25:11 +0100
changeset 181 cda96c025330
parent 180 62bffc051e1c
permissions -rw-r--r--
Improve error management

[program:irinotes_backend]
command={{backend_venv}}/bin/uwsgi --yaml {{backend_config_base}}/uwsgi_irinotes.yml
stdout_logfile={{log_base_path}}/supervisor_stdout.log
stderr_logfile={{log_base_path}}/supervisor_stderr.log
autostart=true
autorestart=true
stopsignal=QUIT
user=uwsgi
redirect_stderr=true
directory={{backend_venv}}