diff --git a/openstack/python-horizon/centos/files/horizon.init b/openstack/python-horizon/centos/files/horizon.init index a2b15bc8..948f69cf 100755 --- a/openstack/python-horizon/centos/files/horizon.init +++ b/openstack/python-horizon/centos/files/horizon.init @@ -60,9 +60,9 @@ start() mkdir -p ${TMPUPLOADDIR} echo -n "Starting $DESC..." - + start-stop-daemon --start --quiet --background --pidfile ${PIDFILE} \ - --make-pidfile --exec ${PYTHON} -- ${EXEC} --bind ${BIND}:${PORT} \ + --make-pidfile --exec ${PYTHON} -- ${EXEC} --preload --bind ${BIND}:${PORT} \ --worker-class ${WORKER} --workers ${WORKERS} --timeout ${TIMEOUT} \ --log-syslog \ --config '/usr/share/openstack-dashboard/guni_config.py' \