fix naming
This commit is contained in:
parent
3b7bcc8bd5
commit
71f5d2d40e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user