|
123456789101112 |
- [Unit]
- Description="{{ bench_name }}-xhiveframework-web"
- PartOf={{ bench_name }}-web.target
-
- [Service]
- User={{ user }}
- Group={{ user }}
- Restart=always
- ExecStart={{ bench_dir }}/env/bin/gunicorn -b 127.0.0.1:{{ webserver_port }} -w {{ gunicorn_workers }} -t {{ http_timeout }} --max-requests {{ gunicorn_max_requests }} --max-requests-jitter {{ gunicorn_max_requests_jitter }} xhiveframework.app:application --preload
- StandardOutput=file:{{ bench_dir }}/logs/web.log
- StandardError=file:{{ bench_dir }}/logs/web.error.log
- WorkingDirectory={{ sites_dir }}
|