Add step to enable the supervisor service.

Ubuntu bug report: https://bugs.launchpad.net/ubuntu/+source/supervisor/+bug/1594740
Update nginx restart command to use systemctl too.
This commit is contained in:
Roberto Rosario
2016-11-22 22:25:15 -04:00
parent 108102219c
commit 375948c1dc

View File

@@ -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
=============