Compare commits

...

2 Commits

Author SHA1 Message Date
tobiWu 16023e117c
Merge 6a7e21b14c into d2fee88600 2024-03-25 11:08:09 -04:00
tobiWu 6a7e21b14c
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.
2024-03-22 14:02:51 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -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