Explorar o código

Fixes: #4130

Corrects service name for the RQ worker service in docs/installation/upgrading.md
Daniel Sheppard %!s(int64=6) %!d(string=hai) anos
pai
achega
ab378ed218
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/installation/upgrading.md

+ 1 - 1
docs/installation/upgrading.md

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