summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon/horizon.init
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon/horizon.init')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon/horizon.init4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon/horizon.init b/meta-openstack/recipes-devtools/python/python-horizon/horizon.init
index 994fbec..1c03b78 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon/horizon.init
+++ b/meta-openstack/recipes-devtools/python/python-horizon/horizon.init
@@ -66,6 +66,10 @@ status()
66 echo "$DESC is not running" 66 echo "$DESC is not running"
67} 67}
68 68
69if [ -e /etc/apache2/conf.d/openstack-dashboard-apache.conf ]; then
70 chown -R daemon /usr/share/openstack-dashboard/openstack_dashboard/static
71fi
72
69case "$1" in 73case "$1" in
70 start) 74 start)
71 start 75 start