From 27c4ed63d52e613c9b84ec2022f798cf973d6553 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 2 Oct 2024 09:24:15 -0500 Subject: [PATCH] Edit readme to remove RQ worker --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 2a7a66b..89d97ae 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,7 @@ PLUGINS_CONFIG = { } ``` 3. Migrate: `python3 netbox/manage.py migrate` -4. Copy /etc/systemd/system/netbox-rq.service to /etc/systemd/system/ncb-rq\@.service -5. Edit: /etc/systemd/system/ncb-rq\@.service: -ExecStart: -``` -ExecStart=/opt/netbox/venv/bin/python3 /opt/netbox/netbox/manage.py rqworker --name ncb@%i --with-scheduler netbox_config_backup.jobs -``` -6. Reload systemd: `systemctl daemon-reload` -7. Enable the service with x number of workers: `systemctl enable ncb-rq@{1..10}` (This will generate 10 worker symlinks to auto start) -8. Start the service with x number of workers: `systemctl start ncb-rq@{1..10}` (This will start 10 workers) -9. Create your first device backup +4. Create your first device backup ## Logging