Fix vagrant setup w/ daphne

This commit is contained in:
Tom Hubrecht 2022-06-16 15:22:07 +02:00
parent 1be5dcb6af
commit 965ba074b6

View file

@ -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