mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fixed mistake in systemd section (#1363)
example starts the wrong service name
This commit is contained in:
parent
915c534eab
commit
2d11e5c7cc
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user