I am working on getting netbox set up on CentOS 8. I have everything installed and configured after going through the documentation. When I go to start the netbox and netbox-rq service it fails. Checking /var/log/messages results in this:
Sep 25 12:04:12 netbox-centos systemd[26958]: netbox-rq.service: Failed to execute command: Permission denied
Sep 25 12:04:12 netbox-centos systemd[26958]: netbox-rq.service: Failed at step EXEC spawning /opt/netbox/venv/bin/python3: Permission denied
Sep 25 12:04:12 netbox-centos systemd[26959]: netbox.service: Failed to execute command: Permission denied
Sep 25 12:04:12 netbox-centos systemd[26959]: netbox.service: Failed at step EXEC spawning /opt/netbox/venv/bin/gunicorn: Permission denied
Sep 25 12:04:12 netbox-centos systemd[1]: netbox-rq.service: Main process exited, code=exited, status=203/EXEC
Sep 25 12:04:12 netbox-centos systemd[1]: netbox-rq.service: Failed with result 'exit-code'.
Sep 25 12:04:12 netbox-centos systemd[1]: netbox.service: Main process exited, code=exited, status=203/EXEC
Sep 25 12:04:12 netbox-centos systemd[1]: netbox.service: Failed with result 'exit-code'.
Permission for /opt/netbox is root:root. Directions didn't really say to change that though. Not sure what the issue is...any help is greatly appreciated!