19 lines
503 B
Desktop File
19 lines
503 B
Desktop File
[Unit]
|
|
Description=Prod Ditch The Agent WSGI daemon
|
|
Requires=prod_dta_wsgi.socket
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=westfarn
|
|
Group=www-data
|
|
WorkingDirectory=/home/westfarn/Documents/django_live_sites/prod_dta_backend/dta_service
|
|
ExecStart=/home/westfarn/Documents/django_live_sites/prod_dta_backend/venv/bin/gunicorn \
|
|
--access-logfile - \
|
|
--workers 3 \
|
|
--bind unix:/run/prod_dta_wsgi.sock \
|
|
dta_service.wsgi:application
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|