Corrects service name for the RQ worker service in docs/installation/upgrading.md
This commit is contained in:
Daniel Sheppard 2020-02-11 20:39:50 -06:00
parent 2ab382eec5
commit ab378ed218

View File

@ -88,7 +88,7 @@ Finally, restart the WSGI services to run the new code. If you followed this gui
```no-highlight ```no-highlight
# sudo systemctl restart netbox # sudo systemctl restart netbox
# sudo systemctl restart netbox-rqworker # sudo systemctl restart netbox-rq
``` ```
!!! note !!! note