django-for-runners_ynh/conf/django-for-runners.service

18 lines
368 B
SYSTEMD
Raw Normal View History

2020-12-12 19:37:20 +01:00
[Unit]
2021-10-10 14:35:06 +02:00
Description=django-for-runners application server
2020-12-12 19:37:20 +01:00
After=redis.service postgresql.service
[Service]
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/venv/bin/gunicorn --config __FINALPATH__/gunicorn.conf.py wsgi
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=__APP__-server
[Install]
WantedBy=multi-user.target