From 7934670f1ffc3834f859c946762288896928f247 Mon Sep 17 00:00:00 2001 From: Artem Kotik Date: Wed, 31 Jan 2024 22:31:48 +0400 Subject: [PATCH] Add netbox-rq to installation process docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8718b6..0d7795c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ python manage.py collectstatic --noinput Restart NetBox service: ```bash -systemctl restart netbox +systemctl restart netbox netbox-rq ```