diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index 6ca38783e..b30f3bcb3 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -134,10 +134,11 @@ command = gunicorn -c /opt/netbox/gunicorn_config.py netbox.wsgi directory = /opt/netbox/netbox/ user = www-data -[program:netbox-rqworker] -command = python3 /opt/netbox/netbox/manage.py rqworker -directory = /opt/netbox/netbox/ -user = www-data +# ### Uncomment when you enabled WEBHOOKS_ENABLE and use REDIS +# [program:netbox-rqworker] +# command = python3 /opt/netbox/netbox/manage.py rqworker +# directory = /opt/netbox/netbox/ +# user = www-data ``` Then, restart the supervisor service to detect and run the gunicorn service: