Naposledy aktivní 1728792107

Revize 077b19c614263d2d79813a4304c8b3d8ed0f33a0

Llama-Deployment-17.ini Raw
1[Unit]
2Description=gunicorn daemon
3After=network.target
4
5[Service]
6User=deployer
7Group=www-data
8WorkingDirectory=/home/deployer/llama
9ExecStart=/home/deployer/llama/venv/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/deployer/llama/llama.sock llama.wsgi:application
10
11[Install]
12WantedBy=multi-user.target