From bbd7ddb7aad0bf2097776523f03827b314a6737b Mon Sep 17 00:00:00 2001 From: tobiWu <42635628+tobiWu@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:05:47 +0200 Subject: [PATCH] Fix #15506 Update documentation for plugins index.md (#15518) * Update documentation for plugins index.md You should restart netbox-rq workers if you added a plugin. Otherwise you can't load modules from plugin to custom scripts later. * Update docs/plugins/index.md --------- Co-authored-by: Jeremy Stretch --- docs/plugins/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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