diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index 78b9423f..11e44e86 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -252,12 +252,12 @@ systemd: Next enable the services so they autostart at boot:: - systemctl enable nginx.service + systemctl enable gunicorn.service systemctl enable gunicorn.socket Either reboot, or start the services manually:: - systemctl start nginx.service + systemctl start gunicorn.service systemctl start gunicorn.socket