diff options
Diffstat (limited to 'azure/run.sh')
-rw-r--r-- | azure/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/run.sh b/azure/run.sh index babf0c9..e781063 100644 --- a/azure/run.sh +++ b/azure/run.sh @@ -31,6 +31,7 @@ then python multivimbroker/scripts/api.py else # nohup python manage.py runserver 0.0.0.0:9008 2>&1 & + nohup aria-rest 2>&1 & nohup uwsgi --http :9008 --module multicloud_azure.wsgi --master --processes 4 & nohup python -m multicloud_azure.event_listener.server 2>&1 & |