diff --git a/scripts/netbox-unit.json b/scripts/netbox-unit.json new file mode 100644 index 000000000..555d065ee --- /dev/null +++ b/scripts/netbox-unit.json @@ -0,0 +1,17 @@ +{ + "listeners": { + "*:8001": { + "application": "netbox" + } + }, + "applications": { + "netbox": { + "type": "python 3.6", + "user": "netbox", + "group": "netbox", + "processes": 2, + "path": "/opt/netbox/netbox/", + "module": "netbox.wsgi" + } + } +}