mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-15 20:18:17 -06:00
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.
This commit is contained in:
parent
35e20d156d
commit
6a7e21b14c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user