From 2d549a996645ecd34e2988bc5b124ccff8e5d6f3 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Mon, 9 Nov 2015 12:29:33 -0600 Subject: [PATCH] Restart the socket instead of the service unit for Openstack dashboard (Horizon) --- source/openstack_dashboard.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/openstack_dashboard.rst b/source/openstack_dashboard.rst index c3fd849a..c54a58d6 100644 --- a/source/openstack_dashboard.rst +++ b/source/openstack_dashboard.rst @@ -26,4 +26,4 @@ To get started with OpenStack Dashboard services: #. Enable and start the dashboard socket and the Nginx server:: # systemctl enable nginx uwsgi@horizon.socket - # systemctl restart nginx uwsgi@horizon.service + # systemctl restart nginx uwsgi@horizon.socket