diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 0658ed402..39314187b 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -82,10 +82,10 @@ Plugins may package static files to be served directly by the HTTP front end. En ### Restart WSGI Service -Restart the WSGI service to load the new plugin: +Restart the WSGI service and RQ workers to load the new plugin: ```no-highlight -# sudo systemctl restart netbox +# sudo systemctl restart netbox netbox-rq ``` ## Removing Plugins