Forked from
adega / adega
211 commits behind the upstream repository.
-
Jomaro Rodrigues authoredJomaro Rodrigues authored
gunicorn.service 318 B
[Unit]
Description=gunicorn daemon
After=network.target
[Service]
User=www-data
Group=www-data
WorkingDirectory=/var/www/adega/src
ExecStart=/var/www/adega/venv/bin/gunicorn --access-logfile - -k eventlet --workers 4 --bind unix:/var/www/adega/adega.sock adega.wsgi:application
[Install]
WantedBy=multi-user.target