Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Start cherryPy with exec so nimbusctl can kill.
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Feb 4, 2010
1 parent 5b452b8 commit ca2aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/bin/run-standalone-ssl.sh
Expand Up @@ -79,7 +79,7 @@ echo -e "\nUse CTRL-C to stop the server (you can get it to daemonize later)"
echo -e "\n*****************************************************************"
echo -e "*****************************************************************\n"

$PYTHON_EXE $NIMBUS_PYSRC/nimbusweb/portal/manage.py runcpserver "port=$PORT" "workdir=$NIMBUS_PYSRC/nimbusweb/portal/" "ssl_certificate=$CERTPATH" "ssl_private_key=$KEYPATH"
exec $PYTHON_EXE $NIMBUS_PYSRC/nimbusweb/portal/manage.py runcpserver "port=$PORT" "workdir=$NIMBUS_PYSRC/nimbusweb/portal/" "ssl_certificate=$CERTPATH" "ssl_private_key=$KEYPATH"


# Available options:
Expand Down

0 comments on commit ca2aaf9

Please sign in to comment.