diff --git a/copy/opt/core/lib/svc/manifest/gunicorn.xml b/copy/opt/core/lib/svc/manifest/gunicorn.xml index b3d4d3a..b364416 100644 --- a/copy/opt/core/lib/svc/manifest/gunicorn.xml +++ b/copy/opt/core/lib/svc/manifest/gunicorn.xml @@ -30,7 +30,7 @@ - + diff --git a/copy/var/zoneinit/includes/21-limeade.sh b/copy/var/zoneinit/includes/21-limeade.sh index 0441637..fb0722a 100755 --- a/copy/var/zoneinit/includes/21-limeade.sh +++ b/copy/var/zoneinit/includes/21-limeade.sh @@ -9,3 +9,5 @@ SECRET_KEY=$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-100}) -e "s:^TEMPLATE_DEBUG.*:TEMPLATE_DEBUG = False:g" \ -e "s:^ALLOWED_HOSTS.*:ALLOWED_HOSTS = \['${ALLOWED_HOST}', '127.0.0.1', 'localhost'\]:g" \ /var/www/limeade3/limeade3/settings.py + +svcadm enable svc:/network/gunicorn:limeade