auxiliary infrastructure [PXE, netbox, ubnt controller]. probably on a pi or something
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
274 B

  1. [program:netbox]
  2. command = gunicorn -c /opt/netbox/gunicorn_config.py netbox.wsgi
  3. directory = /opt/netbox/netbox/
  4. user = {{netbox_user}}
  5. [program:netbox-rqworker]
  6. command = python3 /opt/netbox/netbox/manage.py rqworker
  7. directory = /opt/netbox/netbox/
  8. user = {{netbox_user}}