| | 255 | |
| | 256 | You should see output similar to the following: |
| | 257 | {{{ |
| | 258 | ● netbox.service - NetBox WSGI Service |
| | 259 | Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: enabled) |
| | 260 | Active: active (running) since Mon 2021-08-30 04:02:36 UTC; 14h ago |
| | 261 | Docs: https://docs.netbox.dev/ |
| | 262 | Main PID: 1140492 (gunicorn) |
| | 263 | Tasks: 19 (limit: 4683) |
| | 264 | Memory: 666.2M |
| | 265 | CGroup: /system.slice/netbox.service |
| | 266 | ├─1140492 /opt/netbox/venv/bin/python3 /opt/netbox/venv/bin/gunicorn --pid /va> |
| | 267 | ├─1140513 /opt/netbox/venv/bin/python3 /opt/netbox/venv/bin/gunicorn --pid /va> |
| | 268 | ├─1140514 /opt/netbox/venv/bin/python3 /opt/netbox/venv/bin/gunicorn --pid /va> |
| | 269 | ... |
| | 270 | }}} |
| | 271 | |
| | 272 | Once you've verified that the WSGI workers are up and running, move on to HTTP server setup. |