deploy/templates/supervisord_irinotes_backend.ini.j2
author ymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 00:59:32 +0200
changeset 203 b378ca8d67af
parent 180 62bffc051e1c
permissions -rw-r--r--
Added tag 0.2.2 for changeset 2c1d48085efc

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