From 6a7e21b14ca2888eae6ddf5a4e7e9297673854d6 Mon Sep 17 00:00:00 2001 From: tobiWu <42635628+tobiWu@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:02:51 +0100 Subject: [PATCH] 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. --- 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..e5a00adc1 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 to load the new plugin and restart rqworkers for using plugin in custom scripts: ```no-highlight -# sudo systemctl restart netbox +# sudo systemctl restart netbox netbox-rq ``` ## Removing Plugins