diff options
Diffstat (limited to 'newton/run.sh')
-rwxr-xr-x | newton/run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newton/run.sh b/newton/run.sh index 43de581f..a355cb8d 100755 --- a/newton/run.sh +++ b/newton/run.sh @@ -15,7 +15,8 @@ memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid export PYTHONPATH=lib/share -nohup python manage.py runserver 0.0.0.0:9003 2>&1 & +#nohup python manage.py runserver 0.0.0.0:9003 2>&1 & +nohup uwsgi --http :9003 --module newton.wsgi --master --processes 4 & logDir="/var/log/onap/multicloud/openstack/newton" if [ ! -x $logDir ]; then |