| author | ymh <ymh.work@gmail.com> |
| Tue, 18 Dec 2018 02:28:53 +0100 | |
| changeset 200 | 1b9b9401ba7c |
| 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}}
|