fix naming

This commit is contained in:
jb-alvarado 2020-04-30 21:28:02 +02:00
parent 3b7bcc8bd5
commit 71f5d2d40e

View File

@ -4,7 +4,7 @@ After=network.target
[Service]
WorkingDirectory=/var/www/ffplayout/ffplayout
Environment=DJANGO_SETTINGS_MODULE=daswort.settings.production
Environment=DJANGO_SETTINGS_MODULE=ffplayout.settings.production
ExecStart=/var/www/ffplayout/venv/bin/gunicorn --workers 6 --timeout 300 --log-level=info --log-file=- --access-logfile=- --bind unix:/var/www/ffplayout/ffplayout/ffplayout.sock ffplayout.wsgi:application
KillMode=process
User=www-data