deploy/templates/supervisord_irinotes_backend.ini.j2
changeset 180 62bffc051e1c
equal deleted inserted replaced
179:e7c7e6e0a8bc 180:62bffc051e1c
       
     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}}