diff --git a/provisioning/systemd/daphne.service b/provisioning/systemd/daphne.service index 31b31c16..517c86c9 100644 --- a/provisioning/systemd/daphne.service +++ b/provisioning/systemd/daphne.service @@ -11,7 +11,7 @@ WorkingDirectory=/vagrant Environment="DJANGO_SETTINGS_MODULE=gestioasso.settings.dev" ExecStart=/home/vagrant/venv/bin/daphne \ -u /srv/gestiocof/gestiocof.sock \ - cof.asgi:channel_layer + gestioasso.asgi:channel_layer [Install] WantedBy=multi-user.target