Fixed mistake in systemd section (#1363)

example starts the wrong service name
This commit is contained in:
ammgws 2016-10-08 06:50:28 +09:00 committed by Randall Leeds
parent 915c534eab
commit 2d11e5c7cc

View File

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