Fix vagrant setup w/ daphne

This commit is contained in:
Tom Hubrecht 2022-06-16 15:22:07 +02:00
parent 5c47118834
commit 0065269af5

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