replace nohub with &

This commit is contained in:
Andreas Zweili 2020-03-10 20:25:15 +01:00
parent 433a177e0c
commit 9ba6aef420
1 changed files with 2 additions and 2 deletions

4
run.sh
View File

@ -3,5 +3,5 @@ export DJANGO_DEBUG=False
export DJANGO_SECRET_KEY=foo
./manage.py makemigrations
./manage.py migrate
nohub gunicorn sensors.wsgi:application --bind 0.0.0.0:8000 --workers 3
nohub ./collector.sh
gunicorn sensors.wsgi:application --bind 0.0.0.0:8000 --workers 3 &
./collector.sh &