Starting Jenkins failed - Process /usr/bin/jenkins could not be executed

When trying a clean install for jenkins (jenkins-2.370-1.1.noarch.rpm), but we ran into an issue
As far as we can tell all permissions should be ok
What are we missing, we been trying for days now ?

-- Unit jenkins.service has begun starting up.
<redacted> systemd[2644]: jenkins.service: Changing to the requested working directory failed: Permission denied
<redacted>  systemd[2644]: jenkins.service: Failed at step CHDIR spawning /usr/bin/jenkins: Permission denied
-- Subject: Process /usr/bin/jenkins could not be executed
-- Defined-By: systemd
-- Support: https://access.redhat.com/support
--
-- The process /usr/bin/jenkins could not be executed and failed.
--
-- The error number returned by this process is 13.

Here is the systemctl -l status jenkins log

<redacted> [/tmp/install]: sudo systemctl -l status jenkins
● jenkins.service - Jenkins Continuous Integration Server
   Loaded: loaded (/usr/lib/systemd/system/jenkins.service; disabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/jenkins.service.d
           └─override.conf
   Active: failed (Result: exit-code) since Mon 2022-09-26 15:25:14 CEST; 10min ago
  Process: 2644 ExecStart=/usr/bin/jenkins (code=exited, status=200/CHDIR)
 Main PID: 2644 (code=exited, status=200/CHDIR)

<redacted> systemd[1]: jenkins.service: Main process exited, code=exited, status=200/CHDIR
<redacted> systemd[1]: jenkins.service: Failed with result 'exit-code'.
<redacted> systemd[1]: Failed to start Jenkins Continuous Integration Server.
<redacted> systemd[1]: jenkins.service: Service RestartSec=100ms expired, scheduling restart.
<redacted> systemd[1]: jenkins.service: Scheduled restart job, restart counter is at 5.
<redacted> systemd[1]: Stopped Jenkins Continuous Integration Server.
<redacted> systemd[1]: jenkins.service: Start request repeated too quickly.
<redacted> systemd[1]: jenkins.service: Failed with result 'exit-code'.
<redacted> systemd[1]: Failed to start Jenkins Continuous Integration Server.