diff --git a/docs/topics/deploying.rst b/docs/topics/deploying.rst index 227998700e..e9dccbb704 100644 --- a/docs/topics/deploying.rst +++ b/docs/topics/deploying.rst @@ -196,8 +196,9 @@ Make the installation directory readable and writable by the webserver user:: Restart the services:: - /etc/init.d/nginx restart - /etc/init.d/supervisor restart + systemctl enable supervisor + systemctl restart supervisor + systemctl restart nginx Docker method =============