| author | ymh <ymh.work@gmail.com> |
| Sat, 06 Jul 2019 01:01:00 +0200 | |
| changeset 205 | da377e983aa6 |
| parent 180 | 62bffc051e1c |
| permissions | -rw-r--r-- |
| 180 | 1 |
[program:irinotes_backend] |
2 |
command={{backend_venv}}/bin/uwsgi --yaml {{backend_config_base}}/uwsgi_irinotes.yml
|
|
3 |
stdout_logfile={{log_base_path}}/supervisor_stdout.log
|
|
4 |
stderr_logfile={{log_base_path}}/supervisor_stderr.log
|
|
5 |
autostart=true |
|
6 |
autorestart=true |
|
7 |
stopsignal=QUIT |
|
8 |
user=uwsgi |
|
9 |
redirect_stderr=true |
|
10 |
directory={{backend_venv}}
|